Skip to content

Commit 0d877e6

Browse files
committed
fix: remove npm warnings about package.json
1 parent bec00a6 commit 0d877e6

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/Trickfilm400/typescript-project-scaffolding"
19+
"url": "git+https://github.com/Trickfilm400/typescript-project-scaffolding.git"
2020
},
2121
"homepage": "https://github.com/Trickfilm400/typescript-project-scaffolding/blob/master/readme.md",
2222
"keywords": [
@@ -50,11 +50,6 @@
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-
},
5853
"files": [
5954
"dist",
6055
"static"

0 commit comments

Comments
 (0)