heroku 8.4.3-beta.0 → 8.4.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.
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "8.4.3
|
|
4
|
+
"version": "8.4.3",
|
|
5
5
|
"author": "Jeff Dickey @jdxcode",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -341,5 +341,5 @@
|
|
|
341
341
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
342
342
|
},
|
|
343
343
|
"types": "lib/index.d.ts",
|
|
344
|
-
"gitHead": "
|
|
344
|
+
"gitHead": "8226515355eec614d99b184da939a1d1f6f113b1"
|
|
345
345
|
}
|