We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f8240 commit 4dc3961Copy full SHA for 4dc3961
1 file changed
package.json
@@ -2,7 +2,9 @@
2
"name": "update-ts-references",
3
"version": "6.1.0",
4
"description": "Updates TypeScript references automatically while using workspaces",
5
- "bin": "src/index.js",
+ "bin": {
6
+ "update-ts-references": "src/index.js"
7
+ },
8
"scripts": {
9
"lint": "eslint src tests",
10
"test": "scripts/prepareTests.sh && vitest run --no-file-parallelism",
@@ -56,7 +58,7 @@
56
58
],
57
59
"repository": {
60
"type": "git",
- "url": "https://github.com/eBayClassifiedsGroup/update-ts-references.git"
61
+ "url": "git+https://github.com/eBayClassifiedsGroup/update-ts-references.git"
62
},
63
"bugs": {
64
"url": "https://github.com/eBayClassifiedsGroup/update-ts-references/issues"
0 commit comments