File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-resolve-imports" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"description" : " Resolves ICSS imports" ,
5
5
"main" : " index.js" ,
6
+ "engines" : {
7
+ "node" : " >= 6.3"
8
+ },
6
9
"scripts" : {
10
+ "fix" : " eslint --fix {lib,test}/**/*.js *.js" ,
7
11
"test" : " tape test/**/*.test.js && tape test/**/test.js"
8
12
},
9
13
"repository" : {
10
14
"type" : " git" ,
11
- "url" : " git+https://github.com/sullenor /postcss-modules-resolve-imports.git"
15
+ "url" : " git+https://github.com/css-modules /postcss-modules-resolve-imports.git"
12
16
},
13
17
"keywords" : [],
14
18
"author" : " Alexey Litvinov" ,
15
19
"license" : " MIT" ,
16
20
"bugs" : {
17
- "url" : " https://github.com/sullenor /postcss-modules-resolve-imports/issues"
21
+ "url" : " https://github.com/css-modules /postcss-modules-resolve-imports/issues"
18
22
},
19
- "homepage" : " https://github.com/sullenor /postcss-modules-resolve-imports#readme" ,
23
+ "homepage" : " https://github.com/css-modules /postcss-modules-resolve-imports#readme" ,
20
24
"eslintConfig" : {
21
25
"extends" : " @sullenor/eslint-config/node"
22
26
},
23
27
"peerDependencies" : {
24
28
"postcss" : " >= 5"
25
29
},
26
30
"devDependencies" : {
27
- "@sullenor/eslint-config" : " ^1.0.10 " ,
28
- "eslint" : " ^3.15.0 " ,
29
- "postcss" : " ^5.2.14 " ,
31
+ "@sullenor/eslint-config" : " ^1.0.11 " ,
32
+ "eslint" : " ^3" ,
33
+ "postcss" : " ^5.2.16 " ,
30
34
"postcss-modules-extract-imports" : " ^1.0.1" ,
31
35
"postcss-modules-local-by-default" : " ^1.1.1" ,
32
36
"postcss-modules-scope" : " ^1.0.2" ,
Original file line number Diff line number Diff line change 27
27
}
28
28
```
29
29
30
- Should be used after [ postcss-modules-scope] ( https://github.com/css-modules/postcss-modules-scope ) .
30
+ ** Note ** : should be used after [ postcss-modules-scope] ( https://github.com/css-modules/postcss-modules-scope ) .
31
31
32
32
33
33
## Options
You can’t perform that action at this time.
0 commit comments