Skip to content

Add npm bugs metadata#117

Open
wer416182-afk wants to merge 1 commit into
kciter:masterfrom
wer416182-afk:add-bugs-metadata
Open

Add npm bugs metadata#117
wer416182-afk wants to merge 1 commit into
kciter:masterfrom
wer416182-afk:add-bugs-metadata

Conversation

@wer416182-afk

Copy link
Copy Markdown

Summary

Add the standard npm bugs.url metadata for the public GitHub issue tracker.

Validation

  • node -e "const fs=require('fs'); const p=JSON.parse(fs.readFileSync('package.json','utf8')); if (p.bugs?.url !== 'https://github.com/kciter/react-barcode/issues') throw new Error('bugs.url mismatch'); console.log(JSON.stringify({name:p.name, version:p.version, bugs:p.bugs}, null, 2));"
  • git diff --check
  • npm pack --dry-run --ignore-scripts --json

Reference: charles-openclaw/charles-microbounties#1083

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