From 59571a508a717e536936906f355f1d61fde54730 Mon Sep 17 00:00:00 2001 From: Robert Vogt Date: Wed, 7 Dec 2022 08:39:09 +0100 Subject: [PATCH] fix: Add Export Declaration for Tailwind --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d0ba2f9..ed63918 100644 --- a/package.json +++ b/package.json @@ -14,10 +14,11 @@ "exports": { ".": { "import": "./dist/index.js" - } + }, + "./tailwind": "./tailwind.config.js" }, "scripts": { - "build": "rm -rf ./dist && ctix create -w -r -p ./tsconfig.json && tsc && cp tailwind.config.js dist", + "build": "rm -rf ./dist && ctix create -w -r -p ./tsconfig.json && tsc", "build-storybook": "build-storybook", "storybook": "start-storybook -p 6006" },