mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
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:
co-authored by
Claude Opus 4.6
parent
77faf060d4
commit
5301202a18
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user