This commit is contained in:
Philipp Kunz 2022-02-15 00:27:21 +01:00
parent e0eb00d755
commit 78a40de700
2 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@gitzone/tstest", "name": "@gitzone/tstest",
"version": "1.0.62", "version": "1.0.63",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@gitzone/tstest", "name": "@gitzone/tstest",
"version": "1.0.62", "version": "1.0.63",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@gitzone/tsbundle": "^1.0.89", "@gitzone/tsbundle": "^1.0.89",

View File

@ -1,6 +1,6 @@
{ {
"name": "@gitzone/tstest", "name": "@gitzone/tstest",
"version": "1.0.62", "version": "1.0.63",
"private": false, "private": false,
"description": "a test utility to run tests that match test/**/*.ts", "description": "a test utility to run tests that match test/**/*.ts",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -36,7 +36,6 @@
"@pushrocks/tapbundle": "^4.0.3", "@pushrocks/tapbundle": "^4.0.3",
"@types/figures": "^3.0.1", "@types/figures": "^3.0.1",
"figures": "^3.0.0" "figures": "^3.0.0"
}, },
"files": [ "files": [
"ts/**/*", "ts/**/*",