Skip to content

fix: add npm bugs metadata#56

Open
mawxcodehub wants to merge 1 commit into
ConsoleTVs:masterfrom
mawxcodehub:fix/npm-bugs-metadata-20260611
Open

fix: add npm bugs metadata#56
mawxcodehub wants to merge 1 commit into
ConsoleTVs:masterfrom
mawxcodehub:fix/npm-bugs-metadata-20260611

Conversation

@mawxcodehub

Copy link
Copy Markdown

Summary

  • Add npm bugs metadata to point consumers to the repository issue tracker.

Validation

  • node -e "const p=require('./package.json'); if(p.name!=='sswr') throw new Error('wrong package'); if(!p.bugs || p.bugs.url!=='https://github.com/ConsoleTVs/sswr/issues') throw new Error('missing bugs'); console.log(JSON.stringify({name:p.name,version:p.version,bugs:p.bugs}))"
  • git diff --check
  • npm pack --dry-run --json --ignore-scripts

Signed-off-by: SyntaxHQ <syntaxhq.dev@gmail.com>
@mawxcodehub
mawxcodehub force-pushed the fix/npm-bugs-metadata-20260611 branch from b170881 to ada0684 Compare June 12, 2026 00:35
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.

2 participants