Skip to content

Commit 15e9960

Browse files
committed
Update remark
1 parent 6e4e03b commit 15e9960

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

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 hastUtilEmbedded > hast-util-embedded.js",
4541
"build-mangle": "esmangle hast-util-embedded.js > hast-util-embedded.min.js",
4642
"build": "npm run build-md && npm run build-bundle && npm run build-mangle",
@@ -54,5 +50,8 @@
5450
"ignore": [
5551
"hast-util-embedded.js"
5652
]
53+
},
54+
"remarkConfig": {
55+
"presets": "wooorm"
5756
}
5857
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hast-util-embedded [![Build Status][build-badge]][build-page] [![Coverage Status][coverage-badge]][coverage-page]
22

3-
Check if a [node][] is a [**embedded**][spec] [element][].
3+
Check if a [node][] is an [**embedded**][spec] [element][].
44

55
## Installation
66

0 commit comments

Comments
 (0)