Skip to content

Commit

Permalink
update postcss-syntax (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 committed May 8, 2018
1 parent 18f973c commit 94764a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.seed
.editorconfig
.eslintrc*
.git
.gitignore
.grunt
.lock-wscript
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@ language: node_js
node_js:
- stable

before_install:
- curl -s https://raw.githubusercontent.com/gucong3000/postcss-syntaxes/HEAD/deps.js | node

after_script:
- codecov
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-html",
"version": "0.23.4",
"version": "0.23.5",
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"peerDependencies": {
"postcss": ">=5.0.0",
"postcss-syntax": "^0.7.0"
"postcss-syntax": "^0.8.0"
},
"devDependencies": {
"autoprefixer": "^8.3.0",
Expand All @@ -54,7 +54,7 @@
"postcss": "^6.0.21",
"postcss-less": "^1.1.5",
"postcss-scss": "^1.0.5",
"postcss-syntax": "^0.7.0",
"postcss-syntax": "^0.8.0",
"sugarss": "^1.0.1"
}
}

0 comments on commit 94764a3

Please sign in to comment.