Skip to content

Commit 7925f87

Browse files
committed
ci: fix helpers exports
1 parent e0cc9fe commit 7925f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"./helpers": {
1313
"types": "./dist/runtime/helpers.d.ts",
14-
"import": "./dist/runtime/helpers.mjs"
14+
"import": "./dist/runtime/helpers.js"
1515
}
1616
},
1717
"main": "./dist/module.cjs",

0 commit comments

Comments
 (0)