Skip to content

fix: add npm package metadata#347

Open
2lll5 wants to merge 1 commit into
pmndrs:masterfrom
2lll5:fix-package-metadata-bugs-homepage
Open

fix: add npm package metadata#347
2lll5 wants to merge 1 commit into
pmndrs:masterfrom
2lll5:fix-package-metadata-bugs-homepage

Conversation

@2lll5

@2lll5 2lll5 commented Jun 9, 2026

Copy link
Copy Markdown

Adds the missing npm package metadata for @react-three/postprocessing so the published package can expose a homepage and issue tracker link.

Changes:

  • add bugs.url pointing to the GitHub issues page
  • add homepage pointing to the repository README

Verification:

  • node -e "const p=require('./package.json'); if(!p.bugs?.url||!p.homepage) process.exit(1); console.log(JSON.stringify({name:p.name,version:p.version,repository:p.repository,bugs:p.bugs,homepage:p.homepage},null,2))"
  • npm pack --dry-run --json --ignore-scripts

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