Skip to content

Use public repository metadata#10

Open
jakerated-r wants to merge 1 commit into
azz:masterfrom
jakerated-r:codex/public-repository-metadata
Open

Use public repository metadata#10
jakerated-r wants to merge 1 commit into
azz:masterfrom
jakerated-r:codex/public-repository-metadata

Conversation

@jakerated-r

Copy link
Copy Markdown

Summary

  • update the package repository metadata from the SSH-style GitHub URL to a public git+https URL
  • leave runtime/config contents, package name, version, main entry, author, and license unchanged

Validation

  • node -e 'const p=require("./package.json"); if (p.repository !== "git+https://github.com/azz/prettier-config.git") throw new Error(p.repository); if (p.name !== "@azz/prettier-config") throw new Error("name changed"); if (p.main !== "index.json") throw new Error("main changed"); console.log("metadata ok")'
  • npm pack --dry-run --ignore-scripts --json .
  • git diff --check

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