Compare commits

..

2 Commits

Author SHA1 Message Date
ac0bb6f9b0 1.0.26 2019-10-02 10:59:54 +02:00
32db50ef1f fix(core): update 2019-10-02 10:59:53 +02:00
2 changed files with 1509 additions and 131 deletions

1637
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@gitzone/tstest",
"version": "1.0.25",
"version": "1.0.26",
"private": false,
"description": "a test utility to run tests that match test/**/*.ts",
"main": "dist/index.js",
@ -23,6 +23,7 @@
"@pushrocks/tapbundle": "^3.0.13"
},
"dependencies": {
"@gitzone/tsbundle": "^1.0.40",
"@gitzone/tsrun": "^1.2.8",
"@pushrocks/consolecolor": "^2.0.1",
"@pushrocks/smartfile": "^7.0.6",