Skip to content

Commit 109f696

Browse files
committed
Fix misclassified dependencies
1 parent f0df914 commit 109f696

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,14 @@
3535
"index.js"
3636
],
3737
"dependencies": {
38+
"@types/mdast": "^3.0.0",
39+
"mdast-util-to-markdown": "^1.3.0",
3840
"micromark-extension-frontmatter": "^1.0.0"
3941
},
4042
"devDependencies": {
4143
"@types/tape": "^4.0.0",
4244
"c8": "^7.0.0",
4345
"mdast-util-from-markdown": "^1.0.0",
44-
"mdast-util-to-markdown": "^1.0.0",
4546
"prettier": "^2.0.0",
4647
"remark-cli": "^10.0.0",
4748
"remark-preset-wooorm": "^9.0.0",

0 commit comments

Comments
 (0)