git-stack-cli 1.0.1 → 1.0.2
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/dist/cjs/index.cjs +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -34080,7 +34080,7 @@ async function command() {
|
|
|
34080
34080
|
.wrap(null)
|
|
34081
34081
|
// disallow unknown options
|
|
34082
34082
|
.strict()
|
|
34083
|
-
.version("1.0.
|
|
34083
|
+
.version("1.0.2" )
|
|
34084
34084
|
.showHidden("show-hidden", "Show hidden options via `git stack help --show-hidden`")
|
|
34085
34085
|
.help("help", "Show usage via `git stack help`").argv);
|
|
34086
34086
|
}
|