Skip to content

Commit 5ba5fad

Browse files
committed
Update remark
1 parent fdcc8ee commit 5ba5fad

File tree

1 file changed

+8
-21
lines changed

1 file changed

+8
-21
lines changed

package.json

Lines changed: 8 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"util",
1010
"utility"
1111
],
12-
"files": [
13-
"index.js"
14-
],
1512
"repository": "https://github.com/wooorm/hast-util-assert",
1613
"bugs": "https://github.com/wooorm/hast-util-assert/issues",
1714
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
1815
"contributors": [
1916
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2017
],
18+
"files": [
19+
"index.js"
20+
],
2121
"dependencies": {
2222
"mapz": "^1.0.0",
2323
"unist-util-assert": "^1.0.0",
@@ -27,16 +27,13 @@
2727
"browserify": "^13.0.1",
2828
"esmangle": "^1.0.1",
2929
"nyc": "^7.0.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-validate-links": "^4.0.0",
30+
"remark-cli": "^2.1.0",
31+
"remark-preset-wooorm": "^1.0.0",
3532
"tape": "^4.0.0",
3633
"xo": "^0.16.0"
3734
},
3835
"scripts": {
39-
"build-md": "remark . --quiet --frail",
36+
"build-md": "remark . --quiet --frail --output",
4037
"build-bundle": "browserify index.js -s hastUtilAssert > hast-util-assert.js",
4138
"build-mangle": "esmangle < hast-util-assert.js > hast-util-assert.min.js",
4239
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -53,8 +50,7 @@
5350
"guard-for-in": "off"
5451
},
5552
"ignores": [
56-
"hast-util-assert.js",
57-
"hast-util-assert.min.js"
53+
"hast-util-assert.js"
5854
]
5955
},
6056
"nyc": {
@@ -64,15 +60,6 @@
6460
"branches": 100
6561
},
6662
"remarkConfig": {
67-
"output": true,
68-
"plugins": [
69-
"comment-config",
70-
"github",
71-
"lint",
72-
"validate-links"
73-
],
74-
"settings": {
75-
"bullet": "*"
76-
}
63+
"presets": "wooorm"
7764
}
7865
}

0 commit comments

Comments
 (0)