Skip to content

Commit 5b74fc3

Browse files
author
Marko Raatikka
committed
Add support for global class composition & compose-with (fixes webpack-contrib#176)
1 parent 45764ca commit 5b74fc3

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)