From dce252d89c6dc18b8113891a31a33b5b609435d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A0nh=20Nh=C3=A2n?= <60387689+NhanAZ@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:57:35 +0700 Subject: [PATCH] fix(package): normalize publish metadata --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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": {