fix(license-files): Remove legacy license file and add license.md to update file naming.

This commit is contained in:
2025-04-29 12:27:01 +00:00
parent f099d0f98d
commit 6f1326a8da
3 changed files with 8 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartexpect',
version: '2.2.1',
version: '2.2.2',
description: 'A testing library to manage expectations in code, offering both synchronous and asynchronous assertion methods.'
}