Skip to content

Commit 98e979e

Browse files
authored
Add missing types dependency
Closes GH-21. Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Christian Murphy <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent 96c2017 commit 98e979e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
],
3535
"dependencies": {
3636
"@types/hast": "^3.0.0",
37+
"@types/unist": "^3.0.0",
3738
"@ungap/structured-clone": "^1.0.0",
3839
"hast-util-from-parse5": "^8.0.0",
3940
"hast-util-to-parse5": "^8.0.0",

0 commit comments

Comments
 (0)