Skip to content

Commit 1a13679

Browse files
authored
Update deps. (#28)
1 parent 44b8c84 commit 1a13679

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

package.json

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postcss-markdown",
3-
"version": "0.33.0",
3+
"version": "0.34.0",
44
"description": "PostCSS syntax for parsing Markdown",
55
"repository": {
66
"type": "git",
@@ -34,26 +34,28 @@
3434
"check-coverage": true
3535
},
3636
"scripts": {
37-
"test": "nyc mocha --no-timeouts"
37+
"mocha": "mocha --no-timeouts",
38+
"test": "nyc npm run mocha",
39+
"debug": "npm run mocha -- --inspect-brk"
3840
},
3941
"dependencies": {
4042
"remark": "^9.0.0",
4143
"unist-util-find-all-after": "^1.0.2"
4244
},
4345
"peerDependencies": {
4446
"postcss": ">=5.0.0",
45-
"postcss-syntax": ">=0.33.0"
47+
"postcss-syntax": ">=0.34.0"
4648
},
4749
"devDependencies": {
4850
"chai": "^4.1.2",
49-
"codecov": "^3.0.4",
51+
"codecov": "^3.1.0",
5052
"mocha": "^5.2.0",
51-
"nyc": "^12.0.2",
53+
"nyc": "^13.0.1",
5254
"postcss": "^7.0.2",
53-
"postcss-html": ">=0.33.0",
55+
"postcss-html": ">=0.34.0",
5456
"postcss-less": "^2.0.0",
5557
"postcss-scss": "^2.0.0",
56-
"postcss-syntax": ">=0.33.0",
58+
"postcss-syntax": ">=0.34.0",
5759
"sugarss": "^2.0.0"
5860
}
5961
}

0 commit comments

Comments
 (0)