Skip to content

Commit eca3e21

Browse files
authored
adjust autocomplete binary
1 parent 7e57879 commit eca3e21

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
@@ -10,7 +10,7 @@
1010
"type": "module",
1111
"bin": {
1212
"yo": "lib/cli.js",
13-
"yo-complete": "lib/completion/index.js"
13+
"yo-complete": "lib/completion/index.cjs"
1414
},
1515
"engines": {
1616
"node": "^18.17.0 || >=20.5.0"

0 commit comments

Comments
 (0)