Skip to content

Commit f13b125

Browse files
wooormBarryThePenguin
authored andcommitted
Update dev-dependencies
1 parent 590300c commit f13b125

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

.remarkrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"output": true,
32
"plugins": [
43
"comment-config",
5-
"lint",
4+
"preset-lint-recommended",
5+
"preset-lint-consistent",
66
"github",
77
"usage",
88
"validate-links"

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"index.js"
99
],
1010
"scripts": {
11-
"build-md": "remark . --quiet --frail",
11+
"build-md": "remark . --quiet --frail --output",
1212
"build-bundle": "browserify index.js --no-builtins -s mdastUtilTOC > mdast-util-toc.js",
1313
"build-mangle": "esmangle mdast-util-toc.js > mdast-util-toc.min.js",
1414
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -42,15 +42,14 @@
4242
"browserify": "^14.1.0",
4343
"esmangle": "^1.0.1",
4444
"istanbul": "^0.4.4",
45-
"remark": "^6.2.0",
46-
"remark-cli": "^2.1.0",
47-
"remark-comment-config": "^4.0.1",
48-
"remark-github": "^6.0.1",
49-
"remark-lint": "^5.4.0",
50-
"remark-parse": "^2.2.0",
51-
"remark-stringify": "^2.3.0",
52-
"remark-usage": "^4.0.0",
53-
"remark-validate-links": "^5.0.0",
45+
"remark": "^7.0.0",
46+
"remark-cli": "^3.0.0",
47+
"remark-comment-config": "^5.0.0",
48+
"remark-github": "^7.0.0",
49+
"remark-preset-lint-consistent": "^2.0.0",
50+
"remark-preset-lint-recommended": "^2.0.0",
51+
"remark-usage": "^5.0.0",
52+
"remark-validate-links": "^6.0.0",
5453
"tape": "^4.6.0",
5554
"xo": "^0.17.0"
5655
},

0 commit comments

Comments
 (0)