fix(mod_format): Correct file extension for TypeScript path configuration

This commit is contained in:
2024-11-05 01:57:39 +01:00
parent 59c3deb83a
commit 181fad27fd
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.10.3',
version: '1.10.4',
description: 'A CLI toolbelt to streamline local development cycles by using various gitzone utilities.'
}