Skip to content

Commit cd73e07

Browse files
committed
Update remark
1 parent f61422c commit cd73e07

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
@@ -27,18 +27,14 @@
2727
"browserify": "^13.0.1",
2828
"esmangle": "^1.0.1",
2929
"istanbul": "^0.4.0",
30-
"remark-cli": "^1.0.0",
31-
"remark-comment-config": "^4.0.0",
32-
"remark-github": "^5.0.0",
33-
"remark-lint": "^4.0.0",
34-
"remark-usage": "^4.0.0",
35-
"remark-validate-links": "^4.0.0",
30+
"remark-cli": "^2.0.0",
31+
"remark-preset-wooorm": "^1.0.0",
3632
"tape": "^4.0.0",
3733
"unist-builder": "^1.0.1",
3834
"xo": "^0.17.1"
3935
},
4036
"scripts": {
41-
"build-md": "remark . --quiet --frail",
37+
"build-md": "remark . --quiet --frail --output",
4238
"build-bundle": "browserify index.js --bare -s nlcstToString > nlcst-to-string.js",
4339
"build-mangle": "esmangle nlcst-to-string.js > nlcst-to-string.min.js",
4440
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -52,5 +48,8 @@
5248
"ignore": [
5349
"nlcst-to-string.js"
5450
]
51+
},
52+
"remarkConfig": {
53+
"presets": "wooorm"
5554
}
5655
}

0 commit comments

Comments
 (0)