From 7499b893c64af52f27de2ce1efff670a63c130ed Mon Sep 17 00:00:00 2001 From: Piotr Kulpinski Date: Mon, 26 Feb 2024 12:54:41 +0100 Subject: [PATCH] update package files --- package.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/package.json b/package.json index 1a840ee..3b279b4 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,7 @@ "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", - "files": [ - "dist", - "tailwind.config.js", - "postcss.config.js" - ], + "files": ["dist", "tailwind.config.ts", "postcss.config.cjs"], "scripts": { "storybook": "storybook dev -p 6006 --no-open", "test": "bun test",