Skip to content

Commit

Permalink
fix(create-saber): correct bin path
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <[email protected]>
  • Loading branch information
chawyehsu committed Oct 16, 2024
1 parent 3cee52f commit 2913812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-saber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"main": "./dist/index.mjs",
"bin": {
"create-saber": "./'dist/index.mjs"
"create-saber": "./dist/index.mjs"
},
"files": [
"dist/index.mjs",
Expand Down

0 comments on commit 2913812

Please sign in to comment.