@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.
Files changed (2) hide show
  1. package/bin/index.js +1 -1
  2. 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('Installation successful!'));
170
+ spinner.succeed(chalk.green('Installation successful!'));
171
171
 
172
172
  // Success message
173
173
  console.log(chalk.gray('\n────────────────────────────────────────'));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vudovn/antigravity-kit",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "CLI tool to setup Antigravity Kit skills and MCPs",
5
5
  "main": "bin/index.js",
6
6
  "type": "module",