Skip to content

Commit fc4d033

Browse files
committed
moved loader to dev-deps
1 parent fedab0d commit fc4d033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
"main": "index.js",
66
"dependencies": {
77
"babel": "^5.8.20",
8-
"css-modules-loader-core": "0.0.11",
98
"postcss": "^4.1.16",
109
"postcss-modules-extract-imports": "0.0.5",
1110
"postcss-modules-local-by-default": "0.0.9",
1211
"postcss-modules-scope": "0.0.8"
1312
},
1413
"devDependencies": {
14+
"css-modules-loader-core": "0.0.12",
1515
"mocha": "^2.2.5"
1616
},
1717
"scripts": {

0 commit comments

Comments
 (0)