chore: add wepback@1.x to devDependencies

This is required by some other dependencies as
peerDependencies, which are not automatically installed
anymore since npm@3
This commit is contained in:
Nils Knappmeier
2018-12-15 13:39:45 +01:00
parent bbe684b7c7
commit ed9e301eb8
+3 -1
View File
@@ -54,7 +54,9 @@
"mocha": "~1.20.0",
"mustache": "0.x",
"semver": "^4.0.0",
"underscore": "^1.5.1"
"underscore": "^1.5.1",
"webpack": "^1.15.0",
"webpack-dev-server": "^1.16.5"
},
"main": "lib/index.js",
"bin": {