Skip to content

Fix repository URL protocol#208

Open
dangelo352 wants to merge 1 commit into
beaugunderson:mainfrom
dangelo352:fix-repository-url-https
Open

Fix repository URL protocol#208
dangelo352 wants to merge 1 commit into
beaugunderson:mainfrom
dangelo352:fix-repository-url-https

Conversation

@dangelo352

Copy link
Copy Markdown

This updates the package metadata repository URL from the legacy git:// protocol to HTTPS.

The git:// protocol is unauthenticated and may be blocked on some networks, while the HTTPS GitHub URL is directly accessible to npm users and tooling.

Validation:

  • Parsed package.json and asserted repository.url
  • git diff --check
  • npm install --ignore-scripts
  • npm test

m89sbyw4tk-glitch

This comment was marked as spam.

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