From 86cd08b954379cef85a988562c82e33175ed95ba Mon Sep 17 00:00:00 2001 From: Joseph Garrone Date: Sun, 9 Jun 2024 14:33:29 +0200 Subject: [PATCH] Add missing file to the NPM bundle --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f1bc7de5..d33618ba 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ "dist/bin/shared/constants.js", "dist/bin/shared/constants.d.ts", "dist/bin/shared/constants.js.map", + "dist/bin/shared/buildContext.d.ts", "!dist/vite-plugin/", "dist/vite-plugin/index.d.ts", "dist/vite-plugin/vite-plugin.d.ts",