fix(core): update

This commit is contained in:
2020-01-18 17:33:57 +00:00
parent 3e27934b6a
commit 892b063883
5 changed files with 236 additions and 54 deletions

View File

@@ -9,7 +9,7 @@
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"build": "(tsbuild --web)",
"format": "(gitzone format)"
},
"devDependencies": {
@@ -21,7 +21,7 @@
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {
"@kubernetes/client-node": "^0.11.0"
"kubernetes-client": "^8.3.6"
},
"files": [
"ts/**/*",