From 7f65cdfc11ba2375ac7d7423d01e32e46c2636b0 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 11 Sep 2022 20:46:23 -0400 Subject: [PATCH] Move @types/mdast to dependencies since declaration files reference them --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 174945d..b3bec19 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ "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/mdast": "^3.0.0", "@types/tape": "^4.0.0", "c8": "^7.0.0", "micromark-extension-gfm-table": "^1.0.0",