fix(package.json): Add packageManager field to package.json to pin pnpm version

This commit is contained in:
2025-11-22 18:08:31 +00:00
parent c07f10b97b
commit 0c626c20e7
3 changed files with 8 additions and 2 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@gitzone/tsdocker',
version: '1.2.41',
version: '1.2.42',
description: 'develop npm modules cross platform with docker'
}