Skip to content

Add npm bugs metadata#29

Open
wowsofine wants to merge 1 commit into
haroldadmin:mainfrom
wowsofine:codex/add-npm-bugs-metadata
Open

Add npm bugs metadata#29
wowsofine wants to merge 1 commit into
haroldadmin:mainfrom
wowsofine:codex/add-npm-bugs-metadata

Conversation

@wowsofine

Copy link
Copy Markdown

What changed

Adds the standard npm bugs.url metadata field.

Why

The published fastify-mcp@3.0.0 package currently exposes repository metadata, but npm view fastify-mcp@3.0.0 bugs --json returns no issue tracker metadata. Adding bugs.url gives npm users and package tooling a direct issue-reporting link.

Verification

npm view fastify-mcp@3.0.0 name version repository bugs --json
node -e "const p=require('./package.json'); if(!p.repository?.url||!p.bugs?.url) process.exit(1); console.log(p.repository.url); console.log(p.bugs.url);"
npm pack --dry-run --ignore-scripts
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