From 5301202a181e2ce572d274e0e2310e5cc7f5d60b Mon Sep 17 00:00:00 2001 From: Darius Cepulis Date: Tue, 14 Apr 2026 17:16:42 -0500 Subject: [PATCH] fix(cli): normalize repository URL to match npm convention (#1340) Co-authored-by: Claude Opus 4.6 (1M context) --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index 5071f825..cc2d6889 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -6,7 +6,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/videojs/v10", + "url": "git+https://github.com/videojs/v10.git", "directory": "packages/cli" }, "bin": "./dist/index.mjs",