fix(core): Fix dependency resolution in package initialization

This commit is contained in:
2024-11-05 02:20:11 +01:00
parent 1cb97cbf95
commit 50456fc004
3 changed files with 12 additions and 2 deletions

View File

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