fix(documentation): Update and align documentation with internal CLI and project structure

This commit is contained in:
Juergen Kunz
2025-07-29 17:32:32 +00:00
parent ecd76bc8aa
commit 5c04dc7729
2 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tswatch',
version: '2.1.2',
version: '2.1.3',
description: 'A development tool for automatically watching and re-compiling TypeScript projects upon detecting file changes, enhancing developer workflows.'
}