Skip to content

Commit

Permalink
Merge pull request #1197 from solcik/patch-1
Browse files Browse the repository at this point in the history
npm: fixed dependency for npm@3.0.0
  • Loading branch information
sokra committed Jul 15, 2015
2 parents 16f6718 + 87a1664 commit 232618e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Expand Up @@ -11,16 +11,14 @@
"interpret": "^0.5.2",
"memory-fs": "~0.2.0",
"mkdirp": "~0.5.0",
"node-libs-browser": ">= 0.4.0 <=0.6.0",
"optimist": "~0.6.0",
"supports-color": "^1.2.0",
"tapable": "~0.1.8",
"uglify-js": "~2.4.13",
"watchpack": "^0.2.1",
"webpack-core": "~0.6.0"
},
"peerDependencies": {
"node-libs-browser": ">= 0.4.0 <=0.6.0"
},
"license": "MIT",
"devDependencies": {
"benchmark": "^1.0.0",
Expand Down

0 comments on commit 232618e

Please sign in to comment.