Skip to content

Commit 13952eb

Browse files
authored
Add missing dependency for types
Closes GH-1. Reviewed-by: Titus Wormer <[email protected]>
1 parent 8db1baa commit 13952eb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@
3939
"index.js"
4040
],
4141
"dependencies": {
42+
"mdast-util-from-markdown": "^1.0.0",
4243
"mdast-util-gfm-autolink-literal": "^1.0.0",
4344
"mdast-util-gfm-footnote": "^1.0.0",
4445
"mdast-util-gfm-strikethrough": "^1.0.0",
4546
"mdast-util-gfm-table": "^1.0.0",
46-
"mdast-util-gfm-task-list-item": "^1.0.0"
47+
"mdast-util-gfm-task-list-item": "^1.0.0",
48+
"mdast-util-to-markdown": "^1.0.0"
4749
},
4850
"devDependencies": {
4951
"@types/tape": "^4.0.0",
5052
"c8": "^7.0.0",
5153
"github-slugger": "^1.0.0",
5254
"hast-util-to-html": "^8.0.0",
53-
"mdast-util-from-markdown": "^1.0.0",
5455
"mdast-util-to-hast": "^12.0.0",
55-
"mdast-util-to-markdown": "^1.0.0",
5656
"micromark-extension-gfm": "^2.0.0",
5757
"node-fetch": "^3.0.0",
5858
"prettier": "^2.0.0",

0 commit comments

Comments
 (0)