diff --git a/package.json b/package.json index e3d32f1..0c7c047 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Sandboxed, branch-based development with Claude", "type": "module", "bin": { - "sandlot": "./src/cli.ts" + "sandlot": "src/cli.ts" }, "files": [ "src",