We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4df1c3b commit baa75e7Copy full SHA for baa75e7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "postcss-markdown",
3
- "version": "0.26.0",
+ "version": "0.27.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.26.0"
+ "postcss-syntax": ">=0.27.0"
46
47
"devDependencies": {
48
"chai": "^4.1.2",
49
"codecov": "^3.0.2",
50
"mocha": "^5.2.0",
51
- "nyc": "^11.8.0",
+ "nyc": "^12.0.2",
52
"postcss": "^6.0.22",
53
- "postcss-html": ">=0.26.0",
54
- "postcss-less": "^1.1.5",
+ "postcss-html": ">=0.27.0",
+ "postcss-less": "^2.0.0",
55
"postcss-scss": "^1.0.5",
56
- "postcss-syntax": ">=0.26.0",
+ "postcss-syntax": ">=0.27.0",
57
"sugarss": "^1.0.1"
58
}
59
0 commit comments