Skip to content

Commit ea2b7ab

Browse files
authored
bump version (#52)
1 parent dece9a1 commit ea2b7ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-html",
3-
"version": "0.23.2",
3+
"version": "0.23.3",
44
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
55
"repository": {
66
"type": "git",
@@ -43,7 +43,7 @@
4343
},
4444
"peerDependencies": {
4545
"postcss": ">=5.0.0",
46-
"postcss-syntax": ">=0.3.0"
46+
"postcss-syntax": "^0.6.0"
4747
},
4848
"devDependencies": {
4949
"autoprefixer": "^8.3.0",
@@ -54,7 +54,7 @@
5454
"postcss": "^6.0.21",
5555
"postcss-less": "^1.1.5",
5656
"postcss-scss": "^1.0.5",
57-
"postcss-syntax": "^0.3.0",
57+
"postcss-syntax": "^0.6.0",
5858
"sugarss": "^1.0.1"
5959
}
6060
}

0 commit comments

Comments
 (0)