Skip to content

Commit 18b251c

Browse files
authored
Add missing types dependency
Closes GH-3.
1 parent 0fef0e5 commit 18b251c

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
@@ -38,12 +38,12 @@
3838
"index.js"
3939
],
4040
"dependencies": {
41+
"@types/mdast": "^3.0.0",
4142
"markdown-table": "^3.0.0",
4243
"mdast-util-from-markdown": "^1.0.0",
4344
"mdast-util-to-markdown": "^1.3.0"
4445
},
4546
"devDependencies": {
46-
"@types/mdast": "^3.0.0",
4747
"@types/tape": "^4.0.0",
4848
"c8": "^7.0.0",
4949
"micromark-extension-gfm-table": "^1.0.0",

0 commit comments

Comments
 (0)