Add webpack to dev dependency to support npm 3

This commit is contained in:
kpdecker
2015-11-19 22:55:03 -06:00
parent 0a3b3c2831
commit 7a6c228592
+3 -1
View File
@@ -54,7 +54,9 @@
"mock-stdin": "^0.3.0", "mock-stdin": "^0.3.0",
"mustache": "^2.1.3", "mustache": "^2.1.3",
"semver": "^5.0.1", "semver": "^5.0.1",
"underscore": "^1.5.1" "underscore": "^1.5.1",
"webpack": "^1.12.6",
"webpack-dev-server": "^1.12.1"
}, },
"main": "lib/index.js", "main": "lib/index.js",
"bin": { "bin": {