Skip to content

Commit 232618e

Browse files
committed
Merge pull request webpack#1197 from solcik/patch-1
npm: fixed dependency for npm@3.0.0
2 parents 16f6718 + 87a1664 commit 232618e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,14 @@
1111
"interpret": "^0.5.2",
1212
"memory-fs": "~0.2.0",
1313
"mkdirp": "~0.5.0",
14+
"node-libs-browser": ">= 0.4.0 <=0.6.0",
1415
"optimist": "~0.6.0",
1516
"supports-color": "^1.2.0",
1617
"tapable": "~0.1.8",
1718
"uglify-js": "~2.4.13",
1819
"watchpack": "^0.2.1",
1920
"webpack-core": "~0.6.0"
2021
},
21-
"peerDependencies": {
22-
"node-libs-browser": ">= 0.4.0 <=0.6.0"
23-
},
2422
"license": "MIT",
2523
"devDependencies": {
2624
"benchmark": "^1.0.0",

0 commit comments

Comments
 (0)