diff --git a/clone.js b/clone.js index 80d0c76..654789d 100644 --- a/clone.js +++ b/clone.js @@ -248,4 +248,5 @@ return clone; if (typeof module === 'object' && module.exports) { module.exports = clone; + module.exports.default = clone; }