Skip to content

Commit 02adb77

Browse files
committed
Update dev-dependencies
1 parent 9283464 commit 02adb77

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
@@ -2,7 +2,7 @@
22

33
E**x**tensible **A**bstract **S**yntax **T**ree format.
44

5-
* * *
5+
***
66

77
**xast** is a specification for representing [XML][] as an abstract
88
[syntax tree][syntax-tree].

0 commit comments

Comments
 (0)