From 18831365e1b30d1ea6d008b7b2dd0efd929fd316 Mon Sep 17 00:00:00 2001 From: Brian Coit Date: Sat, 6 Aug 2022 01:21:14 +0100 Subject: [PATCH] Include index.d.ts in package Fixes issue in version 8 where index.d.ts is not included in package. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 15a998b..ccbaf24 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,7 @@ "menu/", "cli.js", "index.js", + "index.d.ts", "bloggify.js", "bloggify.json", "bloggify/"