Skip to content

Commit

Permalink
fix: go back to rollup-plugin-commonjs
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Apr 29, 2020
1 parent 656ef72 commit 105eccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"nyc": "^15.0.1",
"rimraf": "^3.0.2",
"rollup": "^2.7.3",
"@rollup/plugin-commonjs": "^11.1.0",
"rollup-plugin-commonjs": "^10.1.0",
"@rollup/plugin-node-resolve": "^7.1.3",
"rollup-plugin-terser": "^5.3.0",
"sisteransi": "^1.0.5",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import resolve from '@rollup/plugin-node-resolve';
import commonjs from '@rollup/plugin-commonjs';
import commonjs from 'rollup-plugin-commonjs';
import replace from '@rollup/plugin-replace';
import {terser} from 'rollup-plugin-terser';

Expand Down

0 comments on commit 105eccd

Please sign in to comment.