Skip to content

Commit 6ce657f

Browse files
committed
Fix types dependency
1 parent 87b7dfc commit 6ce657f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
"index.js"
3838
],
3939
"dependencies": {
40+
"@types/unist": "^2.0.0",
4041
"lodash.iteratee": "^4.0.0",
4142
"unist-util-visit": "^4.0.0"
4243
},
4344
"devDependencies": {
4445
"@types/lodash.iteratee": "^4.0.0",
4546
"@types/tape": "^5.0.0",
46-
"@types/unist": "^2.0.0",
4747
"c8": "^8.0.0",
4848
"mdast-util-from-markdown": "^1.0.0",
4949
"prettier": "^2.0.0",

0 commit comments

Comments
 (0)