Skip to content

Commit

Permalink
update export to use js
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtjenkins committed Feb 2, 2024
1 parent 3a20efe commit 808e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"sideEffects": false,
"exports": {
".": "./src/index.ts"
".": "./src/index.js"
},
"scripts": {
"test": "vitest"
Expand Down

0 comments on commit 808e766

Please sign in to comment.