@kubernetesjs/cli 0.3.1 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -162,7 +162,7 @@ Checkout these related projects:
162
162
 
163
163
  ## Credits
164
164
 
165
- 🛠 Built by Hyperweb if you like our tools, please checkout and contribute to [our github ⚛️](https://github.com/hyperweb-io)
165
+ 🛠 Built by [Interweb](https://interweb.co) if you like our tools, please checkout and contribute [https://interweb.co](https://interweb.co)
166
166
 
167
167
  ## Disclaimer
168
168
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubernetesjs/cli",
3
- "version": "0.3.1",
3
+ "version": "0.3.3",
4
4
  "author": "Dan Lynch <pyramation@gmail.com>",
5
5
  "description": "KubernetesJS CLI",
6
6
  "keywords": [
@@ -56,8 +56,8 @@
56
56
  "deepmerge": "^4.3.1",
57
57
  "inquirerer": "^2.0.8",
58
58
  "js-yaml": "^4.1.0",
59
- "kubernetesjs": "^0.7.1",
59
+ "kubernetesjs": "^0.7.3",
60
60
  "minimist": "^1.2.8"
61
61
  },
62
- "gitHead": "c467853beb8f3c493df8a6292227c9f192bfa27e"
62
+ "gitHead": "268ff7d5272ef5abc02b3529829cca6cd7031428"
63
63
  }