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

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

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
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.'
}