File tree 3 files changed +7
-3
lines changed 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3
3
* .seed
4
4
.editorconfig
5
5
.eslintrc *
6
+ .git
6
7
.gitignore
7
8
.grunt
8
9
.lock-wscript
Original file line number Diff line number Diff line change @@ -5,5 +5,8 @@ language: node_js
5
5
node_js :
6
6
- stable
7
7
8
+ before_install :
9
+ - curl -s https://raw.githubusercontent.com/gucong3000/postcss-syntaxes/HEAD/deps.js | node
10
+
8
11
after_script :
9
12
- codecov
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-styled" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 0.8 .0" ,
4
4
"description" : " PostCSS syntax for parsing styled components" ,
5
5
"repository" : {
6
6
"type" : " git" ,
34
34
},
35
35
"peerDependencies" : {
36
36
"postcss" : " >=5.0.0" ,
37
- "postcss-syntax" : " ^0.7 .0"
37
+ "postcss-syntax" : " ^0.8 .0"
38
38
},
39
39
"devDependencies" : {
40
40
"chai" : " ^4.1.2" ,
43
43
"nyc" : " ^11.7.1" ,
44
44
"postcss" : " ^6.0.22" ,
45
45
"postcss-safe-parser" : " ^3.0.1" ,
46
- "postcss-syntax" : " ^0.7 .0"
46
+ "postcss-syntax" : " ^0.8 .0"
47
47
}
48
48
}
You can’t perform that action at this time.
0 commit comments