fix(mod_format): Reorder TypeScript formatting steps in mod_format module

This commit is contained in:
2024-10-27 02:18:13 +02:00
parent 23b361f26a
commit c76403a34c
3 changed files with 8 additions and 3 deletions

View File

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