checkpoint-cli 0.2.2 → 0.2.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1538,7 +1538,7 @@ const program = new commander_1.Command();
|
|
|
1538
1538
|
program
|
|
1539
1539
|
.name('checkpoint')
|
|
1540
1540
|
.description('Share your localhost with reviewers — get visual feedback directly on the page')
|
|
1541
|
-
.version('0.
|
|
1541
|
+
.version('0.2.3');
|
|
1542
1542
|
// ── checkpoint login ──
|
|
1543
1543
|
program
|
|
1544
1544
|
.command('login')
|