Skip to content

Commit

Permalink
save uglify dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-zone committed Jul 26, 2017
1 parent 3facb8f commit 08864b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bundle-ensure-webpack-plugin",
"version": "0.0.2",
"version": "0.0.3",
"description": "ensure bundle installed and make retry-able before startup",
"main": "./lib/index.js",
"scripts": {
Expand All @@ -24,6 +24,7 @@
"license": "MIT",
"dependencies": {
"tapable": "^0.2.7",
"uglify-js": "^3.0.26",
"webpack-sources": "^1.0.1"
},
"peerDependencies": {
Expand All @@ -34,7 +35,6 @@
"html-webpack-plugin": "^2.29.0",
"jest": "^20.0.4",
"phantomjs-prebuilt": "^2.1.14",
"uglify-js": "^3.0.26",
"webpack": "^3.3.0"
},
"jest": {
Expand Down

0 comments on commit 08864b5

Please sign in to comment.