diff --git a/index.js b/index.js index 7d49331..01be225 100644 --- a/index.js +++ b/index.js @@ -225,4 +225,5 @@ matter.cache = {}; matter.clearCache = function() { matter.cache = {}; }; +matter.default = matter; module.exports = matter;