diff --git a/package.json b/package.json index 993891e..f8f79dd 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/arcasilesgroup/ai-shell" + "url": "git+https://github.com/arcasilesgroup/ai-shell.git" }, "files": [ "dist" ], "bin": { - "ai": "./dist/cli.mjs", - "ai-shell": "./dist/cli.mjs" + "ai": "dist/cli.mjs", + "ai-shell": "dist/cli.mjs" }, "publishConfig": { "access": "public",