Skip to content

fix: update package metadata URLs to current repository#23

Merged
thunderavi merged 2 commits into
thunderavi:mainfrom
Nissy-niveditha21:fix/package-metadata-links
May 25, 2026
Merged

fix: update package metadata URLs to current repository#23
thunderavi merged 2 commits into
thunderavi:mainfrom
Nissy-niveditha21:fix/package-metadata-links

Conversation

@Nissy-niveditha21
Copy link
Copy Markdown
Contributor

Summary
Updated package metadata links in package.json to match the current GitHub repository.
Closes #7

Changes made

  1. Updated repository.url
  2. Updated bugs.url
  3. Updated homepage
  4. Verification

Successfully ran:
npm run verify
npm run typecheck
npm test

@thunderavi
Copy link
Copy Markdown
Owner

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 Easy.js_v.2.0.0, but the current repository is Easy.js_v.3.0.0.

Please update these fields in package.json:

"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.

@Nissy-niveditha21
Copy link
Copy Markdown
Contributor Author

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.

Copy link
Copy Markdown
Owner

@thunderavi thunderavi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@thunderavi thunderavi added gssoc:approved Approved for GSSoC scoring level:beginner Beginner-level contribution mentor:thunderavi Reviewed by thunderavi quality:clean Clean implementation quality type:docs Documentation or metadata update labels May 25, 2026
@thunderavi thunderavi merged commit a74edb9 into thunderavi:main May 25, 2026
3 checks passed
@thunderavi
Copy link
Copy Markdown
Owner

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:

  • gssoc:approved
  • mentor:thunderavi
  • level:beginner
  • quality:clean
  • type:docs

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved Approved for GSSoC scoring level:beginner Beginner-level contribution mentor:thunderavi Reviewed by thunderavi quality:clean Clean implementation quality type:docs Documentation or metadata update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update package metadata to match the current GitHub repository

2 participants