Skip to content

Commit 9303724

Browse files
author
James Butler
committed
move uglify-js back to a peer-dep (fixes webpack-contrib#49)
1 parent 689dfa1 commit 9303724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@
4242
},
4343
"homepage": "https://github.com/webpack-contrib/uglifyjs-webpack-plugin",
4444
"peerDependencies": {
45+
"uglify-js": "^2.8.0",
4546
"webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
4647
},
4748
"dependencies": {
4849
"source-map": "^0.5.6",
49-
"uglify-js": "^2.8.29",
5050
"webpack-sources": "^1.0.1"
5151
},
5252
"devDependencies": {

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3655,7 +3655,7 @@ typedarray@^0.0.6:
36553655
version "0.0.6"
36563656
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
36573657

3658-
uglify-js@^2.6, uglify-js@^2.8.27, uglify-js@^2.8.29:
3658+
uglify-js@^2.6, uglify-js@^2.8.27:
36593659
version "2.8.29"
36603660
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
36613661
dependencies:

0 commit comments

Comments
 (0)