Skip to content

Commit 96b63cb

Browse files
committed
main 🧊 change module for cli
1 parent 89bb60e commit 96b63cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"use",
2121
"hooks"
2222
],
23-
"exports": "./dist/bin.mjs",
23+
"exports": "./dist/bin.js",
2424
"bin": {
25-
"reactuse": "dist/bin.mjs"
25+
"reactuse": "dist/bin.js"
2626
},
2727
"files": [
2828
"dist"

0 commit comments

Comments
 (0)