Skip to content

Commit

Permalink
Update rollup-uglify and fix vulnerable deps. (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdodson committed Aug 28, 2018
1 parent f41188f commit 4639047
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 51 deletions.
111 changes: 62 additions & 49 deletions 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
Expand Up @@ -51,6 +51,6 @@
"mocha": "^5.0.0",
"rollup": "^0.65.0",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-uglify": "^3.0.0"
"rollup-plugin-uglify": "^4.0.0"
}
}
2 changes: 1 addition & 1 deletion rollup.config.js
@@ -1,4 +1,4 @@
import uglify from 'rollup-plugin-uglify';
import {uglify} from 'rollup-plugin-uglify';
import babel from 'rollup-plugin-babel';

export default [
Expand Down

0 comments on commit 4639047

Please sign in to comment.