Skip to content

Commit db0ffe3

Browse files
authored
update postcss-syntax (#17)
1 parent a54d4cf commit db0ffe3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
*.seed
44
.editorconfig
55
.eslintrc*
6+
.git
67
.gitignore
78
.grunt
89
.lock-wscript

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@ language: node_js
55
node_js:
66
- stable
77

8+
before_install:
9+
- curl -s https://raw.githubusercontent.com/gucong3000/postcss-syntaxes/HEAD/deps.js | node
10+
811
after_script:
912
- codecov

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-styled",
3-
"version": "0.7.0",
3+
"version": "0.8.0",
44
"description": "PostCSS syntax for parsing styled components",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
},
3535
"peerDependencies": {
3636
"postcss": ">=5.0.0",
37-
"postcss-syntax": "^0.7.0"
37+
"postcss-syntax": "^0.8.0"
3838
},
3939
"devDependencies": {
4040
"chai": "^4.1.2",
@@ -43,6 +43,6 @@
4343
"nyc": "^11.7.1",
4444
"postcss": "^6.0.22",
4545
"postcss-safe-parser": "^3.0.1",
46-
"postcss-syntax": "^0.7.0"
46+
"postcss-syntax": "^0.8.0"
4747
}
4848
}

0 commit comments

Comments
 (0)