fix(core): update

This commit is contained in:
2020-01-15 14:08:06 +00:00
commit 7368300ed9
13 changed files with 2765 additions and 0 deletions

17
npmextra.json Normal file
View File

@@ -0,0 +1,17 @@
{
"gitzone": {
"module": {
"githost": "gitlab.com",
"gitscope": "mojoio",
"gitrepo": "kubernetes",
"shortDescription": "a simmplified kubernetes api abstraction",
"npmPackagename": "@mojoio/kubernetes",
"license": "MIT",
"projectDomain": "mojo.io"
}
},
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
}
}