Skip to content

Commit

Permalink
fix: add cjs bundle to jsr config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 committed Nov 11, 2024
1 parent 5456201 commit 99abaab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/quiet-spiders-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@sv443-network/userutils": patch
---

Made CJS bundle available on JSR
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"include": [
"lib/**/*.ts",
"dist/index.js",
"dist/index.mjs",
"dist/index.cjs",
"dist/index.global.js",
"dist/lib/**/*.d.ts",
"package.json",
Expand Down

0 comments on commit 99abaab

Please sign in to comment.