Skip to content

Fix repository URL protocol#284

Open
dangelo352 wants to merge 1 commit into
primus:masterfrom
dangelo352:fix-repository-url-https
Open

Fix repository URL protocol#284
dangelo352 wants to merge 1 commit into
primus:masterfrom
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

Note: npm install reports existing dependency audit warnings; this PR does not change dependencies or add a lockfile.

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