Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 42c02b0

Browse files
committed
Fix missing dependency
1 parent 6e80d98 commit 42c02b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"to-markdown.js"
3232
],
3333
"dependencies": {
34-
"mdast-util-from-markdown": "^0.6.0",
34+
"mdast-util-to-markdown": "^0.3.0",
3535
"micromark": "~2.8.0"
3636
},
3737
"devDependencies": {
38-
"mdast-util-to-markdown": "^0.3.0",
38+
"mdast-util-from-markdown": "^0.6.0",
3939
"micromark-extension-footnote": "~0.2.0",
4040
"nyc": "^15.0.0",
4141
"prettier": "^2.0.0",

0 commit comments

Comments
 (0)