fix(core): update

This commit is contained in:
2019-01-06 01:30:07 +01:00
parent 309b3e100d
commit 9214ac49d5
8 changed files with 395 additions and 109 deletions

View File

@@ -29,9 +29,12 @@
"@gitzone/tsrun": "^1.1.12",
"@gitzone/tstest": "^1.0.13",
"@pushrocks/tapbundle": "^3.0.5",
"@types/node": "^10.5.8"
"@types/node": "^10.5.8",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0"
},
"dependencies": {
"@pushrocks/smartfile": "^6.0.6"
"@pushrocks/smartfile": "^6.0.6",
"@pushrocks/smartlog": "^2.0.9"
}
}