fix(bin): normalize bin entry to use a relative cli path
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-05-09 - 3.3.5 - fix(bin)
|
||||
normalize bin entry to use a relative cli path
|
||||
|
||||
- Updates the package bin mapping from "cli.js" to "./cli.js" in package.json for clearer executable resolution.
|
||||
|
||||
## 2026-05-09 - 3.3.4 - fix(config)
|
||||
use .smartconfig.json consistently and pass asset copy paths explicitly
|
||||
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
"author": "Task Venture Capital GmbH",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"tswatch": "cli.js"
|
||||
"tswatch": "./cli.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tstest test/",
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tswatch',
|
||||
version: '3.3.4',
|
||||
version: '3.3.5',
|
||||
description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user