File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 19
19
"templateStrings": true,
20
20
"unicodeCodePointEscapes": true,
21
21
"jsx": true
22
- },
23
- "rules": {
24
- "quotes": "single"
25
22
}
26
23
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-modules-extract-imports" ,
3
- "version" : " 0 .0.6 " ,
3
+ "version" : " 1 .0.0-beta1 " ,
4
4
"description" : " A CSS Modules transform to extract local aliases for inline imports" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
38
38
},
39
39
"devDependencies" : {
40
40
"babel" : " ^5.4.7" ,
41
- "babel-eslint" : " ^3 .1.9 " ,
42
- "babel-istanbul" : " ^0.2.10 " ,
41
+ "babel-eslint" : " ^4 .1.3 " ,
42
+ "babel-istanbul" : " ^0.3.20 " ,
43
43
"babelify" : " ^6.1.2" ,
44
- "chokidar-cli" : " ^0.2 .1" ,
44
+ "chokidar-cli" : " ^1.0 .1" ,
45
45
"codecov.io" : " ^0.1.2" ,
46
46
"coveralls" : " ^2.11.2" ,
47
- "eslint" : " ^0.22.1 " ,
47
+ "eslint" : " ^1.5.0 " ,
48
48
"mocha" : " ^2.2.5"
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments