fix(publishmodule): Fix syntax errors and improve formatting in classes.publishmodule.ts

This commit is contained in:
2024-10-21 14:51:12 +02:00
parent 0f4c2cbba4
commit 1fd74928c5
3 changed files with 30 additions and 8 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tspublish',
version: '1.2.3',
version: '1.2.4',
description: 'A tool to publish multiple, concise, and small packages from monorepos, specifically for TypeScript projects within a git environment.'
}