Skip to content

Fix repository URL protocol#164

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

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

Note: npm run lint is currently not runnable from a clean install because eslint is not declared as a dependency. I also tried a temporary no-save eslint@8.57.1 install; it fails on existing source with Parsing error: Assigning to rvalue in src/nwsapi.js, unrelated to this package metadata change.

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