fix(core): update

This commit is contained in:
2019-08-22 00:20:10 +02:00
parent 4e5ddf8411
commit 32bd229f91
5 changed files with 104 additions and 75 deletions

View File

@@ -25,15 +25,15 @@
"dependencies": {
"@pushrocks/smartparam": "^1.0.4",
"@pushrocks/smartpromise": "^3.0.2",
"@types/node": "^12.0.8"
"@types/node": "^12.7.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.11",
"@gitzone/tsrun": "^1.2.6",
"@gitzone/tsrun": "^1.2.8",
"@gitzone/tstest": "^1.0.24",
"@pushrocks/tapbundle": "^3.0.9",
"@pushrocks/tapbundle": "^3.0.11",
"@types/npm": "^2.0.29",
"tslint": "^5.17.0",
"tslint": "^5.19.0",
"tslint-config-prettier": "^1.18.0"
},
"private": false,
@@ -42,9 +42,10 @@
"ts_web/*",
"dist/*",
"dist_web/*",
"dist_ts_web/*",
"assets/*",
"cli.js",
"npmextra.json",
"readme.md"
]
}
}