Skip to content

Commit b061ccf

Browse files
authored
Add missing dependency for types
Reviewed-by: Titus Wormer <[email protected]> Closes GH-9.
1 parent 6b6caa6 commit b061ccf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"index.d.ts",
3131
"index.js"
3232
],
33+
"dependencies": {
34+
"@types/unist": "^2.0.0"
35+
},
3336
"devDependencies": {
3437
"@types/tape": "^4.0.0",
3538
"c8": "^7.0.0",

0 commit comments

Comments
 (0)