chore: add npm metadata links - #384
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds two metadata fields to ChangesPackage Metadata
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|
|
Summary
This adds the npm package metadata links that are currently missing from
package.json:homepagepoints to the repository READMEbugs.urlpoints to the repository issue trackerNo runtime code, exports, dependencies, or generated files are changed.
Verification
node -e "const p=require('./package.json'); if (p.bugs?.url !== 'https://github.com/OneBusAway/js-sdk/issues' || p.homepage !== 'https://github.com/OneBusAway/js-sdk#readme') process.exit(1)"git diff --cached --checknpm pack --dry-run --json --ignore-scriptscorepack yarn install --frozen-lockfile --ignore-scripts.\node_modules\.bin\tsc.cmd --noEmit.\node_modules\.bin\jest.cmd --runInBand tests/stringifyQuery.test.ts tests/responses.test.tsI also exported the committed tree into WSL Ubuntu 26.04 with LF line endings and verified:
npm pkg get homepage bugs --jsonnpm pack --dry-run --json --ignore-scriptsSummary by CodeRabbit