@diggerhq/catty 0.2.29 → 0.2.30

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/package.json +1 -1
  2. package/bin/catty +0 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diggerhq/catty",
3
- "version": "0.2.29",
3
+ "version": "0.2.30",
4
4
  "description": "Run Claude Code sessions remotely",
5
5
  "keywords": [
6
6
  "ai",
package/bin/catty DELETED
@@ -1,9 +0,0 @@
1
- #!/usr/bin/env node
2
- // Placeholder entrypoint so npm reliably creates the global `catty` shim.
3
- // `npm/scripts/install.js` downloads the real platform binary and overwrites this file.
4
-
5
- console.error("catty: install incomplete (postinstall did not download the binary).");
6
- console.error("Try: npm config set ignore-scripts false && npm install -g @diggerhq/catty --foreground-scripts");
7
- process.exit(1);
8
-
9
-