Skip to content

Commit

Permalink
fix(create-stein): rename bin entry to create-stein to resolve naming…
Browse files Browse the repository at this point in the history
… conflicts with main CLI
  • Loading branch information
trobonox committed Jul 29, 2024
1 parent 764070e commit 20fdc67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/cool-poets-sell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-stein": patch
---

Rename bin entry to create-stein to resolve naming conflicts with main CLI
2 changes: 1 addition & 1 deletion packages/create-stein/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dist"
],
"bin": {
"stein": "./dist/index.js"
"create-stein": "./dist/index.js"
},
"devDependencies": {
"@types/node": "^20.14.11",
Expand Down

0 comments on commit 20fdc67

Please sign in to comment.