Skip to content

Commit

Permalink
fix(build): correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 25, 2024
1 parent 1509917 commit 6a4ce19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ async function main() {
exports: {
".": {
types: "./dist-types/index.d.ts",
import: "./dist-bundle/index.js",
import: "./dist-src/index.js",
},
},
sideEffects: false,
Expand Down

0 comments on commit 6a4ce19

Please sign in to comment.