Skip to content

chore: use HTTPS package metadata URLs#12

Open
youkiey wants to merge 1 commit into
intercom:masterfrom
youkiey:codex/update-package-metadata-urls
Open

chore: use HTTPS package metadata URLs#12
youkiey wants to merge 1 commit into
intercom:masterfrom
youkiey:codex/update-package-metadata-urls

Conversation

@youkiey

@youkiey youkiey commented Jun 24, 2026

Copy link
Copy Markdown

Summary

  • update the package homepage URL from plain HTTP to HTTPS
  • update the package repository URL from the legacy unauthenticated git protocol to git+https

Validation

  • node -e "const p=require('./package.json'); if(p.homepage!=='https://github.com/intercom/passport-intercom') throw new Error(p.homepage); if(p.repository.url!=='git+https://github.com/intercom/passport-intercom.git') throw new Error(p.repository.url); console.log(p.name, p.version, p.homepage, p.repository.url)"
  • git diff --check
  • npm pack --dry-run --ignore-scripts --json
  • git ls-remote https://github.com/intercom/passport-intercom.git HEAD

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.

1 participant