Skip to content

Commit 30940db

Browse files
authored
Add missing dependency for types
Closes GH-2. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent ca51b08 commit 30940db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,14 @@
3737
"index.js"
3838
],
3939
"dependencies": {
40+
"@types/mdast": "^3.0.0",
4041
"markdown-table": "^3.0.0",
42+
"mdast-util-from-markdown": "^1.0.0",
4143
"mdast-util-to-markdown": "^1.3.0"
4244
},
4345
"devDependencies": {
4446
"@types/tape": "^4.0.0",
4547
"c8": "^7.0.0",
46-
"mdast-util-from-markdown": "^1.0.0",
4748
"micromark-extension-gfm-table": "^1.0.0",
4849
"prettier": "^2.0.0",
4950
"remark-cli": "^10.0.0",

0 commit comments

Comments
 (0)