Skip to content

Commit

Permalink
update postcss-syntax (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
gucong3000 authored May 28, 2018
1 parent e47212d commit 850f220
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "postcss-html",
"version": "0.25.0",
"version": "0.26.0",
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
"repository": {
"type": "git",
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"peerDependencies": {
"postcss": ">=5.0.0",
"postcss-syntax": ">=0.25.0"
"postcss-syntax": ">=0.26.0"
},
"devDependencies": {
"autoprefixer": "^8.5.0",
"autoprefixer": "^8.5.1",
"chai": "^4.1.2",
"codecov": "^3.0.2",
"mocha": "^5.2.0",
Expand All @@ -55,7 +55,7 @@
"postcss-less": "^1.1.5",
"postcss-safe-parser": "^3.0.1",
"postcss-scss": "^1.0.5",
"postcss-syntax": ">=0.25.0",
"postcss-syntax": ">=0.26.0",
"sugarss": "^1.0.1"
}
}

0 comments on commit 850f220

Please sign in to comment.