fix promise rejection on standard task

This commit is contained in:
2017-05-07 16:01:10 +02:00
parent 9acdfca460
commit ce65b8d7c9
4 changed files with 227 additions and 82 deletions

View File

@@ -32,13 +32,13 @@
"@types/yargs": "6.x.x",
"beautylog": "^6.1.10",
"lik": "^1.0.30",
"rxjs": "^5.3.0",
"rxjs": "^5.3.1",
"smartparam": "0.1.1",
"smartq": "^1.1.1",
"typings-global": "^1.0.16",
"yargs": "^7.1.0"
"yargs": "^8.0.1"
},
"devDependencies": {
"tapbundle": "^1.0.6"
"tapbundle": "^1.0.12"
}
}