We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cba1b commit 649919bCopy full SHA for 649919b
package.json
@@ -34,7 +34,7 @@
34
},
35
"homepage": "https://github.com/nerdlabs/patternplate-transform-cssmodules#readme",
36
"keywords": [
37
- "react",
+ "cssmodules",
38
"patternplate",
39
"transform",
40
"pattern"
@@ -81,7 +81,9 @@
81
"dependencies": {
82
"css-modules-loader-core": "1.0.0",
83
"lodash": "4.5.1",
84
- "postcss": "5.0.18",
85
"postcss-modules": "0.4.0"
+ },
86
+ "peerDependencies": {
87
+ "postcss": "5.0.18"
88
}
89
0 commit comments