From 23061a21782e58abaafbf470e874f036bb861804 Mon Sep 17 00:00:00 2001 From: Filip Skokan Date: Sun, 6 Dec 2020 18:24:26 +0100 Subject: [PATCH] build: fix release dist file exclusion --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 500651d7..8b562a0c 100644 --- a/package.json +++ b/package.json @@ -267,8 +267,8 @@ "dist/**/*.js", "dist/types/**/*.d.ts", "!dist/types/**/*.i.d.ts", - "!dist/types/runtime*", - "!dist/types/lib*", + "!dist/types/runtime/*", + "!dist/types/lib/*", "dist/types/lib/jwt_producer.d.ts" ], "scripts": {