fix(core): update

This commit is contained in:
2019-04-17 09:28:09 +02:00
parent b88f52ba90
commit 7625866ca9
3 changed files with 226 additions and 7 deletions

View File

@@ -8,12 +8,15 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tsrun test/test.ts)",
"build": "(npmts)"
"test": "(tsrun test/)",
"build": "(tsbuild)"
},
"devDependencies": {
"@gitzone/tsrun": "^1.2.5",
"@pushrocks/tapbundle": "^3.0.9"
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tstest": "^1.0.20",
"@pushrocks/tapbundle": "^3.0.9",
"tslint": "^5.15.0",
"tslint-config-prettier": "^1.18.0"
},
"dependencies": {
"@pushrocks/smartpromise": "^3.0.2",