fix(publishmodule): Fix incorrect CLI script path during publish module creation

This commit is contained in:
2025-01-02 04:06:51 +01:00
parent 66145c904e
commit eb21dcc4a4
3 changed files with 10 additions and 2 deletions

View File

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