@vudovn/antigravity-kit 1.0.6 → 1.0.7
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/bin/index.js +1 -1
- package/package.json +1 -1
package/bin/index.js
CHANGED
|
@@ -167,7 +167,7 @@ const initCommand = async (options) => {
|
|
|
167
167
|
// Cleanup
|
|
168
168
|
cleanup(tempDir);
|
|
169
169
|
|
|
170
|
-
spinner.succeed(chalk.green('
|
|
170
|
+
spinner.succeed(chalk.green('Installation successful!'));
|
|
171
171
|
|
|
172
172
|
// Success message
|
|
173
173
|
console.log(chalk.gray('\n────────────────────────────────────────'));
|