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

Commit 12a11c2

Browse files
committed
10.1.0
1 parent 82ca3a2 commit 12a11c2

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rollup-plugin-commonjs",
3-
"version": "10.0.2",
3+
"version": "10.1.0",
44
"description": "Convert CommonJS modules to ES2015",
55
"main": "dist/rollup-plugin-commonjs.cjs.js",
66
"module": "dist/rollup-plugin-commonjs.es.js",

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export default function commonjs(options = {}) {
5252
customNamedExports[realpath] = options.namedExports[id];
5353
}
5454
}
55-
5655
});
5756
}
5857

0 commit comments

Comments
 (0)