### Describe the bug The repository URL in package.json contains a syntax error: The double colon ### Steps 1. Run git ls-remote `git@github.com::base/base-web.git` 2. Observe error: `fatal: remote error: is not a valid repository name` 3. Wrote PR with corrected URL `git@github.com:base-org/base-web.git`: https://github.com/base/web/pull/2936 4. Tested via `cmd` and saw a successful result. ### Expected behavior The repository field should point to a valid GitHub repository without syntax errors. ### Additional info _No response_ ### Environment _No response_
Describe the bug
The repository URL in package.json contains a syntax error: The double colon
Steps
git@github.com::base/base-web.gitfatal: remote error: is not a valid repository namegit@github.com:base-org/base-web.git: fixed incorrect URL #2936cmdand saw a successful result.Expected behavior
The repository field should point to a valid GitHub repository without syntax errors.
Additional info
No response
Environment
No response