We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postcss-syntax
1 parent 0ce8641 commit 846f846Copy full SHA for 846f846
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-html",
3
- "version": "0.23.7",
+ "version": "0.24.0",
4
"description": "PostCSS syntax for parsing HTML (and HTML-like)",
5
"repository": {
6
"type": "git",
@@ -43,19 +43,19 @@
43
},
44
"peerDependencies": {
45
"postcss": ">=5.0.0",
46
- "postcss-syntax": "^0.10.0"
+ "postcss-syntax": ">=0.24.0"
47
48
"devDependencies": {
49
"autoprefixer": "^8.5.0",
50
"chai": "^4.1.2",
51
"codecov": "^3.0.2",
52
- "mocha": "^5.1.1",
+ "mocha": "^5.2.0",
53
"nyc": "^11.8.0",
54
"postcss": "^6.0.22",
55
"postcss-less": "^1.1.5",
56
"postcss-safe-parser": "^3.0.1",
57
"postcss-scss": "^1.0.5",
58
- "postcss-syntax": "^0.10.0",
+ "postcss-syntax": ">=0.24.0",
59
"sugarss": "^1.0.1"
60
}
61
0 commit comments