Skip to content

Commit 8f6b3a4

Browse files
committed
fix(create-stein): add bin to package.json
1 parent 3b8f64c commit 8f6b3a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/create-stein/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@
2323
"types": "./dist/index.d.ts",
2424
"default": "./dist/index.js"
2525
},
26-
"files": [
27-
"dist"
28-
],
26+
"files": ["dist"],
27+
"bin": {
28+
"stein": "./dist/index.js"
29+
},
2930
"devDependencies": {
3031
"@types/node": "^20.14.11",
3132
"tsup": "^8.1.2",

0 commit comments

Comments
 (0)