Skip to content

Commit 11d0ba8

Browse files
committed
Update remark
1 parent 5b67933 commit 11d0ba8

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@
2525
"browserify": "^13.0.0",
2626
"esmangle": "^1.0.1",
2727
"istanbul": "^0.4.0",
28-
"remark": "^4.0.0",
29-
"remark-comment-config": "^3.0.0",
30-
"remark-github": "^4.0.1",
31-
"remark-lint": "^3.0.0",
32-
"remark-usage": "^3.0.0",
33-
"remark-validate-links": "^3.0.0",
28+
"remark-cli": "^2.1.0",
29+
"remark-preset-wooorm": "^1.0.0",
3430
"tape": "^4.4.0",
3531
"xo": "^0.17.0"
3632
},
3733
"scripts": {
38-
"build-md": "remark . --quiet --frail",
34+
"build-md": "remark . --quiet --frail --output",
3935
"build-bundle": "browserify index.js --bare -s hastUtilIsElement > hast-util-is-element.js",
4036
"build-mangle": "esmangle hast-util-is-element.js > hast-util-is-element.min.js",
4137
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -49,5 +45,8 @@
4945
"ignores": [
5046
"hast-util-is-element.js"
5147
]
48+
},
49+
"remarkConfig": {
50+
"presets": "wooorm"
5251
}
5352
}

0 commit comments

Comments
 (0)