Skip to content

Commit 9a1cf2f

Browse files
authored
Add @types/unist to dependencies
Closes Gh-19. Reviewed-by: Remco Haszing <[email protected]> Reviewed-by: Titus Wormer <[email protected]>
1 parent dcf14a1 commit 9a1cf2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
"index.d.ts",
3838
"index.js"
3939
],
40+
"dependencies": {
41+
"@types/unist": "^2.0.0"
42+
},
4043
"devDependencies": {
4144
"@types/lodash": "^4.0.0",
4245
"@types/mdast": "^3.0.0",

0 commit comments

Comments
 (0)