Skip to content

Commit

Permalink
Add missing dependency for types
Browse files Browse the repository at this point in the history
Closes GH-1.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
Methuselah96 authored Mar 15, 2022
1 parent 8db1baa commit 13952eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@
"index.js"
],
"dependencies": {
"mdast-util-from-markdown": "^1.0.0",
"mdast-util-gfm-autolink-literal": "^1.0.0",
"mdast-util-gfm-footnote": "^1.0.0",
"mdast-util-gfm-strikethrough": "^1.0.0",
"mdast-util-gfm-table": "^1.0.0",
"mdast-util-gfm-task-list-item": "^1.0.0"
"mdast-util-gfm-task-list-item": "^1.0.0",
"mdast-util-to-markdown": "^1.0.0"
},
"devDependencies": {
"@types/tape": "^4.0.0",
"c8": "^7.0.0",
"github-slugger": "^1.0.0",
"hast-util-to-html": "^8.0.0",
"mdast-util-from-markdown": "^1.0.0",
"mdast-util-to-hast": "^12.0.0",
"mdast-util-to-markdown": "^1.0.0",
"micromark-extension-gfm": "^2.0.0",
"node-fetch": "^3.0.0",
"prettier": "^2.0.0",
Expand Down

0 comments on commit 13952eb

Please sign in to comment.