Skip to content

Commit bc191ed

Browse files
committed
moving dependencies to peerDeps
1 parent bf83115 commit bc191ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
"version": "1.0.1",
44
"description": "A require hook to compile CSS Modules on the fly",
55
"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-
},
126
"devDependencies": {
137
"babel": "^5.8.20",
148
"babel-eslint": "^4.0.5",
@@ -22,6 +16,12 @@
2216
"mocha": "^2.2.5",
2317
"precommit-hook": "^3.0.0"
2418
},
19+
"peerDependencies": {
20+
"postcss": "4.x",
21+
"postcss-modules-extract-imports": "0.x",
22+
"postcss-modules-local-by-default": "0.x",
23+
"postcss-modules-scope": "0.x"
24+
},
2525
"scripts": {
2626
"start": "esw -w .",
2727
"lint": "eslint .",

0 commit comments

Comments
 (0)