diff --git a/package.json b/package.json index 87583e8..bdc05f4 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Scan your repository for risks introduced by AI coding agents that generic linters miss.", "main": "dist/src/cli/index.js", "bin": { - "opk": "./bin/opk" + "opk": "bin/opk" }, "scripts": { "build": "tsc", @@ -28,7 +28,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/NhanAZ/OpenPolicyKit.git" + "url": "git+https://github.com/NhanAZ/OpenPolicyKit.git" }, "homepage": "https://github.com/NhanAZ/OpenPolicyKit", "bugs": {