Skip to content

Commit b5ac23e

Browse files
authored
Add missing type dependency
Closes GH-4. Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Christian Murphy <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent c1cb831 commit b5ac23e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"@types/hast": "^2.0.0",
3737
"hast-util-from-parse5": "^7.0.0",
3838
"parse5": "^7.0.0",
39-
"vfile": "^5.0.0"
39+
"vfile": "^5.0.0",
40+
"vfile-message": "^3.0.0"
4041
},
4142
"devDependencies": {
4243
"@types/node": "^18.0.0",

0 commit comments

Comments
 (0)