diff --git a/package.json b/package.json index e8c995d..ccd7def 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "main": "dist/index.js", "bin": { - "autoclaw": "./dist/index.js" + "autoclaw": "dist/index.js" }, "scripts": { "build": "tsc",