fix(core): update

This commit is contained in:
2018-12-06 01:02:35 +01:00
parent 84e667f0c7
commit 675551cf9c
3 changed files with 454 additions and 25 deletions

View File

@@ -8,16 +8,16 @@
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"test": "(tstest test/ --web)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@gitzone/tsbuild": "^2.1.3",
"@gitzone/tstest": "^1.0.17",
"@pushrocks/smartexpress": "^2.0.4",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"@types/node": "^10.12.12",
"node-fetch": "^2.3.0",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"