Compare commits

..

2 Commits

Author SHA1 Message Date
ac08bdffe5 1.0.85 2023-11-10 12:44:08 +01:00
eb64cb4f71 fix(core): update 2023-11-10 12:44:08 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@git.zone/tstest",
"version": "1.0.84",
"version": "1.0.85",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tstest',
version: '1.0.84',
version: '1.0.85',
description: 'a test utility to run tests that match test/**/*.ts'
}