pikakit 1.0.14 → 1.0.16

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/cli.mjs CHANGED
@@ -1,4 +1,4 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  /**
3
3
  * PikaKit CLI - Main Entry Point (Installation Wizard)
4
4
  * Using .mjs extension for Windows npx compatibility
package/bin/kit.js CHANGED
@@ -1,3 +1,3 @@
1
- #!/usr/bin/env node
1
+ #!/usr/bin/env node
2
2
  // Kit CLI - delegates to kit.mjs (NOT cli.mjs which is installation wizard)
3
3
  import('./kit.mjs');
@@ -833,7 +833,7 @@ export async function run(spec) {
833
833
  title: c.cyan("⚡ Get Started"),
834
834
  titleAlignment: "left"
835
835
  }
836
- ).split("\\n").map(l => `${c.gray(S.branch)} ${l}`).join("\\n"));
836
+ ).split("\n").map(l => `${c.gray(S.branch)} ${l}`).join("\n"));
837
837
 
838
838
  stepLine();
839
839
  console.log(` ${c.cyan("Done!")}`);