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

Commit

Permalink
fix(package): mv uglify2 to dependencies && update `peerDependencie…
Browse files Browse the repository at this point in the history
…s` (#45)
  • Loading branch information
jharris4 authored and michael-ciniawsky committed Jun 27, 2017
1 parent 13b0509 commit 37835ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5,168 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@
},
"homepage": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
"peerDependencies": {
"uglify-js": "^2.8.0",
"webpack": "^2.0.0 || >= 3.0.0-rc.0 || ^3.0.0"
"webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
},
"dependencies": {
"source-map": "^0.5.6",
"uglify-js": "^2.8.29",
"webpack-sources": "^1.0.1"
},
"devDependencies": {
Expand Down Expand Up @@ -105,4 +105,4 @@
"git add"
]
}
}
}
Loading

0 comments on commit 37835ec

Please sign in to comment.