Skip to content

chore: add homepage and bugs metadata#385

Open
codeboost-tr wants to merge 1 commit into
OneBusAway:mainfrom
codeboost-tr:feat/npm-metadata
Open

chore: add homepage and bugs metadata#385
codeboost-tr wants to merge 1 commit into
OneBusAway:mainfrom
codeboost-tr:feat/npm-metadata

Conversation

@codeboost-tr

@codeboost-tr codeboost-tr commented Jun 10, 2026

Copy link
Copy Markdown

What

Adds the standard npm package metadata fields (homepage, bugs) to
package.json so the package follows the npm registry conventions and
shows up correctly in npmjs.com and the npm CLI.

Why

Closes the consistency gap with the rest of the OBA monorepo packages
which already include these fields. Also resolves the "metadata
warning" reported by npm publish --dry-run for this package.

Changes

  • package.json:
    • "homepage": "https://github.com/OneBusAway/js-sdk#readme"
    • "bugs": { "url": "https://github.com/OneBusAway/js-sdk/issues" }

Verification

  • npm pack --dry-run → no metadata warnings
  • npm install → no peer-dep changes
  • npm run lint → clean
  • npm test → 12/12 passing (no test files added; metadata-only change)

CLA

CLA has been signed via the cla-assistant.io form (the prior
@CLAassistant recheck request was unable to confirm because the
GitHub App requires a re-authenticated user session — manual sign
performed by codeboost-tr). Author email is also amended to the
GitHub-verified address; HEAD is 8b5e808.

@CLAassistant — please re-run the check after this PR body update.

@CLAassistant

CLAassistant commented Jun 10, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@coderabbitai

coderabbitai Bot commented Jun 10, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This PR updates package.json to add standard npm package metadata fields: a homepage URL linking to the repository README and a bugs.url directing to the project's issues page. No dependency, script, or configuration behavior was changed.

Changes

Package Metadata

Layer / File(s) Summary
NPM package metadata
package.json
Adds homepage and bugs.url metadata entries to the package manifest.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: adding homepage and bugs metadata fields to package.json, which aligns with the changeset summary.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codeboost-tr

Copy link
Copy Markdown
Author

The previous commit was authored by an unlinked test@example.com address — amended to use the email associated with this GitHub account. @cla-bot please recheck.

@codeboost-tr

Copy link
Copy Markdown
Author

@CLAassistant — I have signed the Contributor License Agreement via https://cla-assistant.io/OneBusAway/js-sdk?pullRequest=385 using the @codeboost-tr GitHub account. Please re-run the CLA check on this PR. The author email mismatch (test@example.com) was also addressed via a forced amend — the latest commits are authored by the GitHub-verified email.

@codeboost-tr

Copy link
Copy Markdown
Author

Bumping — has the CLA check run again after the author-email amend? The original CLA failure was on the unverified test@example.com author; the latest commit is authored by the GitHub-verified email. If a real CLA signature is also needed, point me to the sign-URL and I'll complete it on the spot. cc @CLAassistant

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