Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
feat: update to uglify-es (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hartorn authored and michael-ciniawsky committed Jul 5, 2017
1 parent 63a590f commit 1d62560
Show file tree
Hide file tree
Showing 17 changed files with 912 additions and 266 deletions.
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/dist
/examples/build
/coverage/
/test/stubs
/test/fixtures
61 changes: 44 additions & 17 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"source-map": "^0.5.6",
"uglify-js": "^2.8.29",
"uglify-es": "^3.0.21",
"webpack-sources": "^1.0.1"
},
"devDependencies": {
Expand All @@ -51,7 +51,6 @@
"nsp": "^2.6.3",
"pre-commit": "^1.2.2",
"standard-version": "^4.1.0",
"uglify-js": "^2.8.18",
"webpack": "^3.0.0",
"webpack-defaults": "^1.4.0"
},
Expand Down
Loading

0 comments on commit 1d62560

Please sign in to comment.