devDependencies廃止

各サーバーでビルドするようになったため、NODE_ENVがproductionでもdevDependenciesがインストールされないと困るため(ビルドできない)
This commit is contained in:
syuilo 2017-11-23 06:18:42 +09:00
parent 48b24682a4
commit b44c7e9ae0

View file

@ -21,7 +21,7 @@
"test": "gulp test",
"format": "gulp format"
},
"devDependencies": {
"dependencies": {
"@types/bcryptjs": "2.4.1",
"@types/body-parser": "1.16.7",
"@types/chai": "4.0.4",
@ -94,9 +94,7 @@
"tslint": "5.8.0",
"uglify-es": "3.1.8",
"uglifyjs-webpack-plugin": "1.1.0",
"webpack": "3.8.1"
},
"dependencies": {
"webpack": "3.8.1",
"@prezzemolo/rap": "0.1.2",
"@prezzemolo/zip": "0.0.3",
"accesses": "2.5.0",