Skip to content

Commit

Permalink
ci: fix helpers exports
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Nov 11, 2024
1 parent e0cc9fe commit 7925f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"./helpers": {
"types": "./dist/runtime/helpers.d.ts",
"import": "./dist/runtime/helpers.mjs"
"import": "./dist/runtime/helpers.js"
}
},
"main": "./dist/module.cjs",
Expand Down

0 comments on commit 7925f87

Please sign in to comment.