Skip to content

Commit

Permalink
Merge pull request #678 from benmccann/npm7
Browse files Browse the repository at this point in the history
npm 7 compatibility
  • Loading branch information
pubkey authored Jul 21, 2021
2 parents 32cbab7 + c095e79 commit 3e09abe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/rollup.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { uglify } from 'rollup-plugin-uglify';
import { terser } from 'rollup-plugin-terser';

export default {
input: './dist/es/index.js',
Expand All @@ -9,6 +9,6 @@ export default {
file: './test_tmp/rollup.bundle.js'
},
plugins: [
uglify()
terser()
]
};
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.14.8",
"@babel/types": "7.14.8",
"@rollup/plugin-node-resolve": "13.0.2",
"@types/core-js": "2.5.4",
"assert": "2.0.0",
"async-test-util": "1.7.3",
Expand Down Expand Up @@ -114,11 +115,11 @@
"random-int": "3.0.0",
"random-token": "0.0.8",
"rollup": "2.53.3",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-uglify": "6.0.4",
"rollup-plugin-terser": "7.0.2",
"testcafe": "1.15.0",
"ts-node": "10.1.0",
"typescript": "4.3.5",
"uglify-js": "3.4.9",
"watchify": "4.0.0",
"webpack": "5.45.1",
"webpack-cli": "4.7.2"
Expand Down

0 comments on commit 3e09abe

Please sign in to comment.