Skip to content

Commit 79f7640

Browse files
committed
Update dev-dependencies
1 parent 50fc922 commit 79f7640

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

package.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,16 @@
1111
"Titus Wormer <[email protected]> (wooorm.com)"
1212
],
1313
"devDependencies": {
14-
"remark-cli": "^7.0.0",
15-
"remark-preset-wooorm": "^6.0.0"
14+
"remark-cli": "^8.0.0",
15+
"remark-preset-wooorm": "^7.0.0"
1616
},
1717
"scripts": {
1818
"format": "remark . -qfo",
1919
"test": "npm run format"
2020
},
2121
"remarkConfig": {
2222
"plugins": [
23-
"preset-wooorm",
24-
[
25-
"toc",
26-
{
27-
"heading": "contents"
28-
}
29-
]
23+
"preset-wooorm"
3024
]
3125
}
3226
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**H**ypertext **A**bstract **S**yntax **T**ree format.
66

7-
* * *
7+
***
88

99
**hast** is a specification for representing [HTML][] (and embedded [SVG][] or
1010
[MathML][]) as an abstract [syntax tree][syntax-tree].

0 commit comments

Comments
 (0)