We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0252ce7 commit 9cb3a3fCopy full SHA for 9cb3a3f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-markdown",
3
- "version": "0.31.0",
+ "version": "0.32.0",
4
"description": "PostCSS syntax for parsing Markdown",
5
"repository": {
6
"type": "git",
@@ -42,18 +42,18 @@
42
},
43
"peerDependencies": {
44
"postcss": ">=5.0.0",
45
- "postcss-syntax": ">=0.31.0"
+ "postcss-syntax": ">=0.32.0"
46
47
"devDependencies": {
48
"chai": "^4.1.2",
49
"codecov": "^3.0.4",
50
"mocha": "^5.2.0",
51
"nyc": "^12.0.2",
52
- "postcss": "^7.0.0",
53
- "postcss-html": ">=0.31.0",
+ "postcss": "^7.0.1",
+ "postcss-html": ">=0.32.0",
54
"postcss-less": "^2.0.0",
55
"postcss-scss": "^2.0.0",
56
- "postcss-syntax": ">=0.31.0",
+ "postcss-syntax": ">=0.32.0",
57
"sugarss": "^1.0.1"
58
}
59
0 commit comments