Skip to content

Commit abbe693

Browse files
committed
fix: bin path
1 parent 3e78483 commit abbe693

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/orange-mugs-greet.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-yuki-stack': patch
3+
---
4+
5+
fix bin path

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"main": "./dist/index.mjs",
3030
"module": "./dist/index.mjs",
3131
"types": "./dist/index.d.mts",
32-
"bin": "./dist/index.js",
32+
"bin": "./dist/index.mjs",
3333
"files": [
3434
"dist",
3535
"templates"

0 commit comments

Comments
 (0)