@snowieedev/shipkit 1.2.1 → 1.2.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/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -26,7 +26,7 @@ const displayBanner = () => {
|
|
|
26
26
|
program
|
|
27
27
|
.name('shipkit')
|
|
28
28
|
.description('ShipKit CLI\n\nBuild Faster. Ship Smarter.')
|
|
29
|
-
.version('1.
|
|
29
|
+
.version('1.2.2', '-v, --version', 'Display CLI version')
|
|
30
30
|
.helpOption('-h, --help', 'Display help information');
|
|
31
31
|
program.addHelpText('beforeAll', () => {
|
|
32
32
|
displayBanner();
|