fix(package.json): Ensure bin field is properly restructured
This commit is contained in:
		| @@ -1,5 +1,10 @@ | ||||
| # Changelog | ||||
|  | ||||
| ## 2024-10-21 - 1.2.1 - fix(package.json) | ||||
| Ensure bin field is properly restructured | ||||
|  | ||||
| - Fixed the structure of the package.json to ensure the bin field is accurately set. | ||||
|  | ||||
| ## 2024-10-21 - 1.2.0 - feat(core) | ||||
| Enhance package publication workflow with dependency handling and CLI improvements. | ||||
|  | ||||
|   | ||||
| @@ -13,6 +13,9 @@ | ||||
|     "build": "(tsbuild --web --allowimplicitany)", | ||||
|     "buildDocs": "(tsdoc)" | ||||
|   }, | ||||
|   "bin": { | ||||
|     "tspublish": "cli.js" | ||||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@git.zone/tsbuild": "^2.1.25", | ||||
|     "@git.zone/tsbundle": "^2.0.5", | ||||
|   | ||||
| @@ -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.' | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user