Finally moved style-loader and css-loader from devdeps to deps

master
Keith Irwin 2017-07-14 04:12:12 -04:00
parent 63671a5300
commit 67a8ba1852
No known key found for this signature in database
GPG Key ID: 378933C743E2BBC0
2 changed files with 157 additions and 285 deletions

438
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,7 @@
"connect-flash-plus": "^0.2.1", "connect-flash-plus": "^0.2.1",
"cookie-parser": "^1.4.3", "cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.2", "cookie-session": "^2.0.0-beta.2",
"css-loader": "^0.28.4",
"debug": "^2.6.8", "debug": "^2.6.8",
"express": "^4.15.3", "express": "^4.15.3",
"express-validator": "^3.2.0", "express-validator": "^3.2.0",
@ -31,6 +32,7 @@
"slug": "^0.9.1", "slug": "^0.9.1",
"socket.io": "^2.0.3", "socket.io": "^2.0.3",
"socket.io-client": "^2.0.3", "socket.io-client": "^2.0.3",
"style-loader": "^0.18.2",
"webpack": "^3.0.0", "webpack": "^3.0.0",
"xss": "^0.3.3", "xss": "^0.3.3",
"zxcvbn": "^4.4.2" "zxcvbn": "^4.4.2"
@ -38,9 +40,7 @@
"devDependencies": { "devDependencies": {
"chai": "^4.0.2", "chai": "^4.0.2",
"chai-http": "^3.0.0", "chai-http": "^3.0.0",
"css-loader": "^0.28.4",
"nodemon": "^1.11.0", "nodemon": "^1.11.0",
"style-loader": "^0.18.2",
"supertest": "^3.0.0" "supertest": "^3.0.0"
}, },
"scripts": { "scripts": {