From 63f3bcac3dbc320c9649f3d9de4307007dead9c8 Mon Sep 17 00:00:00 2001 From: weishu Date: Sat, 3 Jan 2026 23:15:23 +0800 Subject: [PATCH] fix: correct npm repository URL format in cli package Use git+https://...git format to prevent npm publish warning about auto-correction of repository URL field. --- cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/package.json b/cli/package.json index 3d2e7bbf..cddd0d8c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -9,7 +9,7 @@ "bugs": "https://github.com/tiann/hapi/issues", "repository": { "type": "git", - "url": "https://github.com/tiann/hapi", + "url": "git+https://github.com/tiann/hapi.git", "directory": "cli" }, "bin": {