Skip to content

Commit 4dc3961

Browse files
committed
chore: fix package.json via npm pkg fix
1 parent 82f8240 commit 4dc3961

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "update-ts-references",
33
"version": "6.1.0",
44
"description": "Updates TypeScript references automatically while using workspaces",
5-
"bin": "src/index.js",
5+
"bin": {
6+
"update-ts-references": "src/index.js"
7+
},
68
"scripts": {
79
"lint": "eslint src tests",
810
"test": "scripts/prepareTests.sh && vitest run --no-file-parallelism",
@@ -56,7 +58,7 @@
5658
],
5759
"repository": {
5860
"type": "git",
59-
"url": "https://github.com/eBayClassifiedsGroup/update-ts-references.git"
61+
"url": "git+https://github.com/eBayClassifiedsGroup/update-ts-references.git"
6062
},
6163
"bugs": {
6264
"url": "https://github.com/eBayClassifiedsGroup/update-ts-references/issues"

0 commit comments

Comments
 (0)