Skip to content

Commit daeb356

Browse files
authored
update postcss-syntax (#16)
1 parent 8c3cb08 commit daeb356

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-markdown",
3-
"version": "0.24.0",
3+
"version": "0.25.0",
44
"description": "PostCSS syntax for parsing Markdown",
55
"repository": {
66
"type": "git",
@@ -42,18 +42,18 @@
4242
},
4343
"peerDependencies": {
4444
"postcss": ">=5.0.0",
45-
"postcss-syntax": ">=0.24.0"
45+
"postcss-syntax": ">=0.25.0"
4646
},
4747
"devDependencies": {
4848
"chai": "^4.1.2",
4949
"codecov": "^3.0.2",
5050
"mocha": "^5.2.0",
5151
"nyc": "^11.8.0",
5252
"postcss": "^6.0.22",
53-
"postcss-html": ">=0.24.0",
53+
"postcss-html": ">=0.25.0",
5454
"postcss-less": "^1.1.5",
5555
"postcss-scss": "^1.0.5",
56-
"postcss-syntax": ">=0.24.0",
56+
"postcss-syntax": ">=0.25.0",
5757
"sugarss": "^1.0.1"
5858
}
5959
}

0 commit comments

Comments
 (0)