Skip to content

Commit

Permalink
fix: exclude .github files as well
Browse files Browse the repository at this point in the history
  • Loading branch information
c43721 committed May 23, 2024
1 parent 3da66a7 commit 0e472bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.1.1",
"exports": "./src/index.ts",
"publish": {
"exclude": ["./examples"]
"exclude": ["./examples", "./.github"]
}
}

0 comments on commit 0e472bc

Please sign in to comment.