fix(package): correct package entry point extension and align test scripts with pnpm

This commit is contained in:
2026-04-30 12:59:00 +00:00
parent 9a1044783d
commit faee6a1698
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '2.14.1',
version: '2.14.2',
description: 'A comprehensive CLI tool for enhancing and managing local development workflows with gitzone utilities, focusing on project setup, version control, code formatting, and template management.'
}