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 bf83115 commit bc191edCopy full SHA for bc191ed
package.json
@@ -3,12 +3,6 @@
3
"version": "1.0.1",
4
"description": "A require hook to compile CSS Modules on the fly",
5
"main": "index.js",
6
- "dependencies": {
7
- "postcss": "^4.1.16",
8
- "postcss-modules-extract-imports": "0.0.5",
9
- "postcss-modules-local-by-default": "0.0.9",
10
- "postcss-modules-scope": "0.0.8"
11
- },
12
"devDependencies": {
13
"babel": "^5.8.20",
14
"babel-eslint": "^4.0.5",
@@ -22,6 +16,12 @@
22
16
"mocha": "^2.2.5",
23
17
"precommit-hook": "^3.0.0"
24
18
},
19
+ "peerDependencies": {
20
+ "postcss": "4.x",
21
+ "postcss-modules-extract-imports": "0.x",
+ "postcss-modules-local-by-default": "0.x",
+ "postcss-modules-scope": "0.x"
+ },
25
"scripts": {
26
"start": "esw -w .",
27
"lint": "eslint .",
0 commit comments