Skip to content

chore: add npm support metadata - #119

Open
brohebot wants to merge 1 commit into
stripe:masterfrom
brohebot:chore/add-npm-support-metadata
Open

chore: add npm support metadata#119
brohebot wants to merge 1 commit into
stripe:masterfrom
brohebot:chore/add-npm-support-metadata

Conversation

@brohebot

Copy link
Copy Markdown

Summary

  • add standard npm support metadata to package.json
  • point repository to this public GitHub repo
  • add bugs.url for the issue tracker

Testing

  • node -e "const p=require('./package.json'); if(p.repository?.type!=='git'||p.repository?.url!=='git+https://github.com/stripe/terminal-js.git'||p.bugs?.url!=='https://github.com/stripe/terminal-js/issues'||p.homepage!=='https://stripe.com/docs/terminal/sdk/js') process.exit(1); console.log(JSON.stringify({homepage:p.homepage,repository:p.repository,bugs:p.bugs}, null, 2))"
  • npm pack --dry-run --ignore-scripts --json
  • git diff --check

@cla-assistant

cla-assistant Bot commented Jun 14, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

1 similar comment
@cla-assistant

cla-assistant Bot commented Jun 14, 2026

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@brohebot

Copy link
Copy Markdown
Author

Friendly follow-up here. This one only updates package metadata, so if you want anything tweaked around the manifest shape, I can adjust it quickly.

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