fix(package.json): Add packageManager field to specify pnpm version for consistent package management

This commit is contained in:
2025-04-15 15:36:51 +00:00
parent f6680dc45e
commit d71b082b75
3 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/cli',
version: '1.14.0',
version: '1.14.1',
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.'
}