Skip to content

Commit

Permalink
Fix public files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshikouki committed Mar 2, 2024
1 parent 080afd0 commit 1eaed86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "src/index.ts",
"type": "module",
"files": [
"src/index.ts"
"src/*"
],
"scripts": {
"lint": "bun --bun x @biomejs/biome check .",
Expand Down

0 comments on commit 1eaed86

Please sign in to comment.