Skip to content

Commit

Permalink
Make uglify-js a real dependency
Browse files Browse the repository at this point in the history
Closes #800.
  • Loading branch information
David Clark committed Jun 29, 2017
1 parent 60f541d commit 9bf2f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"postcss-reporter": "^3.0.0",
"strip-indent": "^2.0.0",
"svgo": "^0.7.1",
"svgstore": "^2.0.2"
"svgstore": "^2.0.2",
"uglify-js": "^2.7.5"
},
"devDependencies": {
"aws-sdk": "^2.7.20",
Expand Down Expand Up @@ -88,7 +89,6 @@
"stylelint-csstree-validator": "^1.1.1",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"uglify-js": "^2.7.5",
"uglifyify": "^3.0.4",
"xml2js": "^0.4.17"
},
Expand Down

0 comments on commit 9bf2f79

Please sign in to comment.