pikakit 1.0.14 → 1.0.15

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');