fix(package.json): Fix formatting in package.json to correctly include the packageManager field

This commit is contained in:
Philipp Kunz 2025-04-02 14:21:03 +00:00
parent 5919f1bec7
commit e22da55523
3 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## 2025-04-02 - 5.6.2 - fix(package.json)
Fix formatting in package.json to correctly include the packageManager field
- Added missing comma after the keywords array
- Ensured proper inclusion of the packageManager field for consistency
## 2025-04-02 - 5.6.1 - fix(readme) ## 2025-04-02 - 5.6.1 - fix(readme)
Update README: Revamp structure for features, installation, and examples Update README: Revamp structure for features, installation, and examples

View File

@ -87,5 +87,6 @@
"UI components", "UI components",
"parallel testing", "parallel testing",
"test lifecycle management" "test lifecycle management"
] ],
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
} }

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/tapbundle', name: '@push.rocks/tapbundle',
version: '5.6.1', version: '5.6.2',
description: 'A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.' description: 'A comprehensive testing automation library that provides a wide range of utilities and tools for TAP (Test Anything Protocol) based testing, especially suitable for projects using tapbuffer.'
} }