We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9d18e commit ea79a17Copy full SHA for ea79a17
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "css-modules-require-hook",
3
- "version": "3.0.0",
+ "version": "4.0.0",
4
"description": "A require hook to compile CSS Modules on the fly",
5
"main": "lib/index.js",
6
"engines": {
@@ -42,7 +42,7 @@
42
"glob-to-regexp": "^0.1.0",
43
"icss-replace-symbols": "^1.0.2",
44
"lodash": "^4.3.0",
45
- "postcss": "^5.0.15",
+ "postcss": "^5.0.19",
46
"postcss-modules-extract-imports": "^1.0.0",
47
"postcss-modules-local-by-default": "^1.0.1",
48
"postcss-modules-parser": "^1.1.0",
0 commit comments