Skip to content

Commit 24d5291

Browse files
committed
fix: switch to peerDependencies
1 parent 503edc0 commit 24d5291

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
@@ -1,13 +1,13 @@
11
{
2-
"name": "css-modules-require-hook",
2+
"name": "@joeybaker/css-modules-require-hook",
33
"version": "1.0.0",
44
"description": "A require hook to compile CSS Modules on the fly",
55
"main": "index.js",
6-
"dependencies": {
6+
"peerDependencies": {
77
"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"
8+
"postcss-modules-extract-imports": "^0.0.5",
9+
"postcss-modules-local-by-default": "^0.0.9",
10+
"postcss-modules-scope": "^0.0.8"
1111
},
1212
"devDependencies": {
1313
"babel": "^5.8.20",
@@ -22,7 +22,7 @@
2222
},
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/sullenor/css-modules-require-hook.git"
25+
"url": "https://github.com/joeybaker/css-modules-require-hook.git"
2626
},
2727
"keywords": [
2828
"css-modules",

0 commit comments

Comments
 (0)