Skip to content

Commit 01a3061

Browse files
committed
fix: remove npm warnings about package.json
fix: re-added bin scripts
1 parent 0d877e6 commit 01a3061

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@
5050
"typescript": "^5.9.3",
5151
"typescript-eslint": "^8.46.4"
5252
},
53+
"bin": {
54+
"create-typescript-new-project-scaffolding": "dist/index.js",
55+
"typescript-new-project-scaffolding": "dist/index.js",
56+
"ts-scaffold": "dist/index.js"
57+
},
5358
"files": [
5459
"dist",
5560
"static"

0 commit comments

Comments
 (0)