fix(package): normalize bin entry path for the tsdocker CLI

This commit is contained in:
2026-05-09 12:40:53 +00:00
parent a88c816763
commit 8ea6f6be83
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 2026-05-09 - 2.2.8 - fix(package)
normalize bin entry path for the tsdocker CLI
- Updates the package.json bin field from "cli.js" to "./cli.js" for the tsdocker executable.
## 2026-05-09 - 2.2.7 - fix(docs)
update installation and configuration documentation and include the license file in published artifacts