Skip to content

fix: add npm homepage and bugs metadata#18

Open
xianzuyang9-blip wants to merge 1 commit into
brunobar79:masterfrom
xianzuyang9-blip:codex/npm-homepage-bugs-metadata
Open

fix: add npm homepage and bugs metadata#18
xianzuyang9-blip wants to merge 1 commit into
brunobar79:masterfrom
xianzuyang9-blip:codex/npm-homepage-bugs-metadata

Conversation

@xianzuyang9-blip

Copy link
Copy Markdown

Adds standard npm metadata links to package.json:

  • homepage points to the repository README
  • bugs.url points to the GitHub issue tracker

This matches the existing public repository and makes npm view eth-url-parser homepage bugs --json expose the same package support links users expect from npm metadata.

Verification:

node -e "JSON.parse(require('fs').readFileSync('package.json','utf8')); console.log('eth-url-parser package json valid')"
npm pack --dry-run --json --ignore-scripts

Metadata-only change; no runtime behavior changes.

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