fix(package.json): Ensure bin field is properly restructured

This commit is contained in:
2024-10-21 13:27:14 +02:00
parent 5c4ae278a2
commit 25d2703a36
3 changed files with 9 additions and 1 deletions

View File

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