fix(core): update

This commit is contained in:
2018-10-28 19:28:08 +01:00
parent 9c7f351998
commit 4b8bb062c7
6 changed files with 43 additions and 22 deletions

View File

@ -8,7 +8,7 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "node ./cli.ts.js test",
"test": "node ./cli.ts.js test --timeout 10000",
"test2": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
@ -24,7 +24,8 @@
"dependencies": {
"@gitzone/tsrun": "^1.1.13",
"@pushrocks/smartcli": "^3.0.6",
"@pushrocks/smartshell": "^2.0.6",
"@pushrocks/smartdelay": "^2.0.2",
"@pushrocks/smartshell": "^2.0.8",
"filewatcher": "^3.0.1"
}
}