fix(cli): normalize repository URL to match npm convention (#1340)

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-04-14 17:16:42 -05:00
committed by GitHub
co-authored by Claude Opus 4.6
parent 77faf060d4
commit 5301202a18
+1 -1
View File
@@ -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",