Skip to content

fix: add npm bugs metadata#441

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

fix: add npm bugs metadata#441
mawxcodehub wants to merge 1 commit into
Autodesk: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!=='react-base-table') throw new Error('wrong package'); if(!p.bugs || p.bugs.url!=='https://github.com/Autodesk/react-base-table/issues') throw new Error('missing bugs url'); 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 9637bbd to 8312644 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