Skip to content

Commit c8ee75a

Browse files
committed
Update remark
1 parent bb61937 commit c8ee75a

File tree

2 files changed

+6
-20
lines changed

2 files changed

+6
-20
lines changed

.remarkrc

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,13 @@
3030
"browserify": "^13.0.0",
3131
"esmangle": "^1.0.1",
3232
"istanbul": "^0.4.0",
33-
"remark": "^4.0.0",
34-
"remark-comment-config": "^3.0.0",
35-
"remark-github": "^4.0.1",
36-
"remark-lint": "^3.0.0",
37-
"remark-usage": "^3.0.0",
38-
"remark-validate-links": "^3.0.0",
33+
"remark-cli": "^2.1.0",
34+
"remark-preset-wooorm": "^1.0.0",
3935
"tape": "^4.4.0",
4036
"xo": "^0.17.0"
4137
},
4238
"scripts": {
43-
"build-md": "remark . --quiet --frail",
39+
"build-md": "remark . --quiet --frail --output",
4440
"build-bundle": "browserify index.js --bare -s hastUtilHeading > hast-util-heading.js",
4541
"build-mangle": "esmangle hast-util-heading.js > hast-util-heading.min.js",
4642
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -54,5 +50,8 @@
5450
"ignores": [
5551
"hast-util-heading.js"
5652
]
53+
},
54+
"remarkConfig": {
55+
"presets": "wooorm"
5756
}
5857
}

0 commit comments

Comments
 (0)