Skip to content

Commit

Permalink
fix(create-stein): add bin to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Jul 23, 2024
1 parent 3b8f64c commit 8f6b3a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/create-stein/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"files": ["dist"],
"bin": {
"stein": "./dist/index.js"
},
"devDependencies": {
"@types/node": "^20.14.11",
"tsup": "^8.1.2",
Expand Down

0 comments on commit 8f6b3a4

Please sign in to comment.