From b9f8554785d2368a2347a05c06befbf3059828c6 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 13 Mar 2022 21:12:34 -0400 Subject: [PATCH] Add packages that types depend on to dependencies --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1227290..f2bbee9 100644 --- a/package.json +++ b/package.json @@ -37,13 +37,14 @@ "index.js" ], "dependencies": { + "@types/mdast": "^3.0.0", "markdown-table": "^3.0.0", + "mdast-util-from-markdown": "^1.0.0", "mdast-util-to-markdown": "^1.3.0" }, "devDependencies": { "@types/tape": "^4.0.0", "c8": "^7.0.0", - "mdast-util-from-markdown": "^1.0.0", "micromark-extension-gfm-table": "^1.0.0", "prettier": "^2.0.0", "remark-cli": "^10.0.0",