This commit is contained in:
Philipp Kunz 2018-08-04 17:13:01 +02:00
parent ec3999300d
commit b6dc2df384
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/tstest", "name": "@pushrocks/tstest",
"version": "1.0.5", "version": "1.0.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/tstest", "name": "@pushrocks/tstest",
"version": "1.0.5", "version": "1.0.6",
"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/index.js", "main": "dist/index.js",
@ -30,4 +30,4 @@
"@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartpromise": "^2.0.5",
"@pushrocks/smartshell": "^2.0.5" "@pushrocks/smartshell": "^2.0.5"
} }
} }