fix: update package metadata URLs to current repository#23
Conversation
|
Hi @Nissy-niveditha21, thanks for the PR. The PR is nicely scoped and the checks are passing. One small correction is needed before approval/merge: the metadata currently points to Please update these fields in "repository": {
"type": "git",
"url": "git+https://github.com/thunderavi/Easy.js_v.3.0.0.git"
},
"bugs": {
"url": "https://github.com/thunderavi/Easy.js_v.3.0.0/issues"
},
"homepage": "https://github.com/thunderavi/Easy.js_v.3.0.0#readme"After this update, I can review again and move it toward approval/merge. |
|
Thanks for the review. I’ve updated the package metadata URLs to point to Easy.js_v.3.0.0 and re-ran the verification checks locally. |
thunderavi
left a comment
There was a problem hiding this comment.
Thanks @Nissy-niveditha21. I rechecked the latest update.
The package metadata URLs now correctly point to the current repository, and the PR is focused only on issue #7. GitHub Actions passed on Node 20, 22, and 24.
Approved.
|
Hi @Nissy-niveditha21, your PR #23 has been reviewed, approved, and merged. Thank you for the clean contribution. The GSSoC labels have also been added to the PR:
Please also give this repository a star. It helps the project reach more people and helps more contributors discover it. You are welcome to look for another open issue if you would like to continue contributing. |
Summary
Updated package metadata links in package.json to match the current GitHub repository.
Closes #7
Changes made
Successfully ran:
npm run verify
npm run typecheck
npm test