Skip to content

Commit

Permalink
🐛 fix JSR export
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Mar 26, 2024
1 parent a8dd085 commit 1deddb6
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": "0.0.2",
"exports": {
".": "./src/index.ts",
"blocks": "./src/blocks.ts"
"./blocks": "./src/blocks.ts"
}
}

0 comments on commit 1deddb6

Please sign in to comment.