Skip to content
Permalink
Browse files

Moved `uglify-js` from `optionalDependencies` to `peerDependencies`

  • Loading branch information
Silic0nS0ldier authored and nknapp committed Apr 24, 2020
1 parent b1034a6 commit a65a55382ce4364f9bc372cb08b59abbf6ce22f8
Showing with 5 additions and 3 deletions.
  1. +3 −2 package-lock.json
  2. +2 −1 package.json

Some generated files are not rendered by default. Learn more.

@@ -25,7 +25,7 @@
"source-map": "^0.6.1",
"yargs": "^15.3.1"
},
"optionalDependencies": {
"peerDependencies": {
"uglify-js": "^3.1.4"
},
"devDependencies": {
@@ -69,6 +69,7 @@
"semver": "^5.0.1",
"sinon": "^7.5.0",
"typescript": "^3.4.3",
"uglify-js": "^3.1.4",
"underscore": "^1.5.1",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"

0 comments on commit a65a553

Please sign in to comment.
You can’t perform that action at this time.