File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " css-modules-require-hook" ,
2
+ "name" : " @joeybaker/ css-modules-require-hook" ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " A require hook to compile CSS Modules on the fly" ,
5
5
"main" : " index.js" ,
6
- "dependencies " : {
6
+ "peerDependencies " : {
7
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"
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
11
},
12
12
"devDependencies" : {
13
13
"babel" : " ^5.8.20" ,
22
22
},
23
23
"repository" : {
24
24
"type" : " git" ,
25
- "url" : " https://github.com/sullenor /css-modules-require-hook.git"
25
+ "url" : " https://github.com/joeybaker /css-modules-require-hook.git"
26
26
},
27
27
"keywords" : [
28
28
" css-modules" ,
You can’t perform that action at this time.
0 commit comments