From 0b475cd93103dafb9019d5cf61a8fdcbe5b2ea62 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Thu, 24 Mar 2022 06:31:02 -0400 Subject: [PATCH] Add missing dependency for types Closes GH-1. Reviewed-by: Titus Wormer --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 09b013a..cdb9a28 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "micromark-util-normalize-identifier": "^1.0.0", "micromark-util-sanitize-uri": "^1.0.0", "micromark-util-symbol": "^1.0.0", + "micromark-util-types": "^1.0.0", "uvu": "^0.5.0" }, "devDependencies": {