From feb752ef2ba9a525679a0210bd2ca504c95833c3 Mon Sep 17 00:00:00 2001 From: lukeg90 Date: Tue, 16 Jan 2024 01:25:39 +0100 Subject: [PATCH] Include types in installed dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ff71e23..4d2b6ba 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,8 @@ "index.d.ts", "getExtension", "cli", - "utils" + "utils", + "types" ], "author": "KILT ", "license": "BSD-4-Clause",