Skip to content

Commit

Permalink
Update 'files' to mention css files
Browse files Browse the repository at this point in the history
  • Loading branch information
rushi committed Dec 21, 2024
1 parent 08e61c7 commit 54433d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
},
"files": [
"dist",
"dist/index.css",
"dist/ui-kit.css",
"dist/index.js",
"dist/index.mjs",
"README.md",
"tailwind.config.cjs",
"postcss.config.cjs"
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default defineConfig({
entry: ["src/index.js"],
format: ["cjs", "esm"],
splitting: true,
sourcemap: true,
sourcemap: false,
clean: true,
minify: false,
loader: {
Expand Down

0 comments on commit 54433d3

Please sign in to comment.