Skip to content

Add package bugs metadata#85

Open
mawxcodehub wants to merge 1 commit into
astoilkov:mainfrom
mawxcodehub:codex/add-bugs-metadata
Open

Add package bugs metadata#85
mawxcodehub wants to merge 1 commit into
astoilkov:mainfrom
mawxcodehub:codex/add-bugs-metadata

Conversation

@mawxcodehub

Copy link
Copy Markdown

Summary

  • add the standard npm bugs.url metadata pointing to the GitHub issue tracker
  • leave runtime code, dependencies, exports, and package files unchanged

Verification

  • node -e "const p=require('./package.json'); if(p.bugs.url!=='https://github.com/astoilkov/use-local-storage-state/issues') process.exit(1); console.log(JSON.stringify({name:p.name, bugs:p.bugs}))"
  • 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.

2 participants