Skip to content

Conversation

@paulgnz
Copy link
Contributor

@paulgnz paulgnz commented Jan 22, 2026

Summary

Update all GitHub URLs and references from the old ProtonProtocol organization to XPRNetwork to reflect the current repository location.

Changes

  • package.json: Updated bugs, homepage, and repository URLs
  • README.md: Updated all "See code" documentation links (54 occurrences)
  • src/commands/boilerplate.ts: Updated boilerplate repo URL

Before/After

- https://github.com/ProtonProtocol/proton-cli
+ https://github.com/XPRNetwork/proton-cli

- https://github.com/ProtonProtocol/proton-boilerplate.git
+ https://github.com/XPRNetwork/proton-boilerplate.git

Test Plan

  • Verified no remaining ProtonProtocol references in source files
  • npm run build passes
  • proton boilerplate command works with new URL

🤖 Generated with Claude Code

Update all GitHub URLs and references from the old ProtonProtocol
organization to XPRNetwork to reflect the current repository location.

Changes:
- package.json: bugs, homepage, repository URLs
- README.md: all "See code" documentation links
- src/commands/boilerplate.ts: boilerplate repo URL

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
}
},
"repository": "ProtonProtocol/proton-cli",
"repository": "XPRNetwork/proton-cli",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand correctly this format of the repository definition is supported and works fine, but it will cause warning during the publication. Full repo definition is preferable. More info here https://docs.npmjs.com/cli/v11/configuring-npm/package-json#repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants