Skip to content

Commit

Permalink
update package files
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrkulpinski committed Feb 26, 2024
1 parent 4f4649d commit 7499b89
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 7499b89

Please sign in to comment.