@uxmaltech/collab-cli 0.1.5 → 0.1.6
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/commands/upgrade.js +1 -1
- package/package.json +1 -1
package/dist/commands/upgrade.js
CHANGED
|
@@ -39,7 +39,7 @@ Examples:
|
|
|
39
39
|
process.stdout.write(`Run ${(0, ansi_1.green)('collab upgrade')} to install the update.\n`);
|
|
40
40
|
return;
|
|
41
41
|
}
|
|
42
|
-
// ── Perform the upgrade
|
|
42
|
+
// ── Perform the upgrade ──────────────────────────────────────
|
|
43
43
|
const npmPath = (0, npm_operations_1.requireNpm)();
|
|
44
44
|
if (!npmPath) {
|
|
45
45
|
throw new errors_1.CliError('npm not found in PATH. Install Node.js/npm first.');
|