Skip to content

Commit

Permalink
🚀 Fix exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed May 30, 2024
1 parent 38ae6f0 commit 03d63f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jsr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@siguici/colorwind",
"version": "0.0.0",
"exports": "./index.ts"
"exports": "./index.ts",
"publish": { "exclude": ["!**/*.ts"] }
}

0 comments on commit 03d63f7

Please sign in to comment.