fix(bin): normalize bin entry to use a relative cli path
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
"author": "Task Venture Capital GmbH",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"tswatch": "cli.js"
|
||||
"tswatch": "./cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tstest test/",
|
||||
|
||||
Reference in New Issue
Block a user