Skip to content

chore: use public repository metadata#278

Open
Soengkit wants to merge 1 commit into
prerender:masterfrom
Soengkit:codex/use-https-repository-metadata
Open

chore: use public repository metadata#278
Soengkit wants to merge 1 commit into
prerender:masterfrom
Soengkit:codex/use-https-repository-metadata

Conversation

@Soengkit

Copy link
Copy Markdown

Summary

  • Update package.json#repository.url from the unauthenticated git:// URL to the public HTTPS form.
  • Keep the repository metadata pointing at the same upstream repository.

Validation

  • node -e 'const p=require("./package.json"); if (p.repository.type!=="git" || p.repository.url!=="git+https://github.com/prerender/prerender-node.git") process.exit(1)'
  • git diff --check
  • git ls-remote https://github.com/prerender/prerender-node.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