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

Commit 93b0cd2

Browse files
jharris4joshwiens
authored andcommitted
fix(package): mv uglify2 to dependencies && update peerDependencies (#45)
1 parent 689f60f commit 93b0cd2

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: package.json

+2-3
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",
46-
"webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc"
45+
"webpack": "^1.9 || ^2 || ^2.1.0-beta || ^2.2.0-rc || ^3.0.0"
4746
},
4847
"dependencies": {
4948
"source-map": "^0.5.6",
49+
"uglify-js": "^2.8.29",
5050
"webpack-sources": "^1.0.1"
5151
},
5252
"devDependencies": {
@@ -66,7 +66,6 @@
6666
"git-prepush-hook": "^1.0.1",
6767
"jest": "^18.1.0",
6868
"sync-exec": "^0.6.2",
69-
"uglify-js": "^2.8.18",
7069
"webpack": "^2.2.0"
7170
},
7271
"engines": {

Diff for: yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3655,9 +3655,9 @@ 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.18, uglify-js@^2.8.27:
3659-
version "2.8.28"
3660-
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.28.tgz#e335032df9bb20dcb918f164589d5af47f38834a"
3658+
uglify-js@^2.6, uglify-js@^2.8.27, uglify-js@^2.8.29:
3659+
version "2.8.29"
3660+
resolved "https://registry.npmjs.org/uglify-js/-/uglify-js-2.8.29.tgz#29c5733148057bb4e1f75df35b7a9cb72e6a59dd"
36613661
dependencies:
36623662
source-map "~0.5.1"
36633663
yargs "~3.10.0"

0 commit comments

Comments
 (0)