fix: normalize repository.url in npm placeholder package#423
Conversation
Add git+ prefix to repository URL to match npm registry convention and suppress npm publish warning. 🖥️ IDE: [Cursor](https://cursor.sh) 🔌 Extension: [Claude Code](https://claude.ai/download) Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Model-Raw: claude-opus-4-6-20250415
Review Summary by QodoNormalize repository.url with git+ prefix in npm package
WalkthroughsDescription• Add git+ prefix to repository URL in npm package • Matches npm registry convention for git repositories • Suppresses npm publish warning about URL normalization Diagramflowchart LR
A["package.json<br/>repository.url"] -- "add git+ prefix" --> B["git+https://github.com/..."]
File Changes1. packages/git-id-switcher-npm/package.json
|
Code Review by Qodo🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0)
Great, no issues found!Qodo reviewed your code and found no material issues that require reviewⓘ The new review experience is currently in Beta. Learn more |
🐰 Mimi's Validation Report ✅All checks are looking good! Great job! 🎉 ⏳ Some checks are still running. I will keep watching!
This report was carefully prepared by nullvariant-mimi[bot] |
👧 Luna's Exploration Report 📦No new dependencies added. Just version bumps! Nothing to explore here... 😴
This report was curiously compiled by nullvariant-luna[bot] |
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. Scanned FilesNone |
🐗 Blaze's Release Review 📦No version bump. Just dependency changes... boring. Wake me up when it's deploy time! 😤
This review was ENTHUSIASTICALLY filed by nullvariant-blaze[bot] |
🕊️ Ciel's Mediation 🌤️*~~ floating down from the clouds ~~ The zoo seems a bit noisy today...* 3 zoo members have reviewed this PR.
⚖️ The zoo has mixed opinions. Some are concerned, some are fine with it. Please review each comment carefully and make the final call.
This mediation was peacefully delivered by nullvariant-ciel[bot] |
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |



Summary
git+prefix torepository.urlto match npm registry conventionnpm publishwarning about URL normalizationTest plan
npm pkg fixno longer reports warnings for this field