Skip to content

chore: use HTTPS repository metadata#172

Open
9904099 wants to merge 1 commit into
observing:masterfrom
9904099:chore/public-repository-metadata
Open

chore: use HTTPS repository metadata#172
9904099 wants to merge 1 commit into
observing:masterfrom
9904099:chore/public-repository-metadata

Conversation

@9904099

@9904099 9904099 commented Jun 20, 2026

Copy link
Copy Markdown

Summary

  • replace the npm repository metadata URL with the public HTTPS GitHub URL
  • keep the repository target unchanged

Verification

  • node -e "const p=require('./package.json'); if (p.repository.url !== 'https://github.com/observing/pre-commit.git') throw new Error(p.repository.url); console.log(p.repository.url)"
  • npm install --package-lock=false --ignore-scripts --no-audit --no-fund with a temporary public npm registry config
  • npm test (17 passing)
  • npm pack --dry-run --ignore-scripts --json .
  • git diff --check

Note: I used --package-lock=false only for local verification because the existing lockfile points some transitive tarballs at an Artifactory registry that returned 401 in this environment. This PR does not change the 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