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" },