Webpack needed in production too

master
Keith Irwin 2017-07-11 04:20:48 -04:00
parent cadd5c45f2
commit b249440144
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
1 changed files with 2 additions and 2 deletions

View File

@ -31,6 +31,7 @@
"slug": "^0.9.1",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"webpack": "^3.0.0",
"xss": "^0.3.3",
"zxcvbn": "^4.4.2"
},
@ -40,8 +41,7 @@
"css-loader": "^0.28.4",
"nodemon": "^1.11.0",
"style-loader": "^0.18.2",
"supertest": "^3.0.0",
"webpack": "^3.0.0"
"supertest": "^3.0.0"
},
"scripts": {
"test": "mocha test.js",