Skip to content

fix(core): add npm package metadata#10358

Open
2lll5 wants to merge 1 commit into
visgl:masterfrom
2lll5:fix-core-package-metadata
Open

fix(core): add npm package metadata#10358
2lll5 wants to merge 1 commit into
visgl:masterfrom
2lll5:fix-core-package-metadata

Conversation

@2lll5

@2lll5 2lll5 commented Jun 9, 2026

Copy link
Copy Markdown

Adds the missing npm metadata for @deck.gl/core so npm can expose links back to the project and issue tracker.

Changes:

  • add bugs.url pointing to the deck.gl GitHub issues page
  • add homepage pointing to the deck.gl website

Verification:

  • node -e "const p=require('./modules/core/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))"
  • (cd modules/core && 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