Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Aug 27, 2019
1 parent 82ca3a2 commit 12a11c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "rollup-plugin-commonjs",
"version": "10.0.2",
"version": "10.1.0",
"description": "Convert CommonJS modules to ES2015",
"main": "dist/rollup-plugin-commonjs.cjs.js",
"module": "dist/rollup-plugin-commonjs.es.js",
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Expand Up @@ -52,7 +52,6 @@ export default function commonjs(options = {}) {
customNamedExports[realpath] = options.namedExports[id];
}
}

});
}

Expand Down

0 comments on commit 12a11c2

Please sign in to comment.