Skip to content

Commit 5d9de65

Browse files
committed
Merge pull request webpack-contrib#177 from mmrko/fix-176
Add support for global class composition & compose-with (fixes webpack-contrib#176)
2 parents b94da1f + 5b74fc3 commit 5d9de65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"object-assign": "^4.0.1",
1111
"lodash.camelcase": "^3.0.1",
1212
"postcss": "^5.0.6",
13-
"postcss-modules-extract-imports": "1.0.0-beta2",
13+
"postcss-modules-extract-imports": "^1.0.0",
1414
"postcss-modules-local-by-default": "^1.0.0",
15-
"postcss-modules-scope": "1.0.0-beta2",
15+
"postcss-modules-scope": "^1.0.0",
1616
"postcss-modules-values": "^1.1.0",
1717
"source-list-map": "^0.1.4"
1818
},

0 commit comments

Comments
 (0)