Skip to content

fix: correct npm metadata urls#8

Open
mawxcodehub wants to merge 1 commit into
SaltyAom:mainfrom
mawxcodehub:fix/npm-metadata-urls
Open

fix: correct npm metadata urls#8
mawxcodehub wants to merge 1 commit into
SaltyAom:mainfrom
mawxcodehub:fix/npm-metadata-urls

Conversation

@mawxcodehub

Copy link
Copy Markdown

Summary

  • fix the malformed repository URL in package.json
  • expose npm bugs.url with the GitHub issues URL

Validation

  • node -e "const p=require('./package.json'); if(p.repository.url!=='git+https://github.com/SaltyAom/mobius.git') throw new Error('bad repo'); if(p.bugs.url!=='https://github.com/SaltyAom/mobius/issues') throw new Error('bad bugs');"
  • npm pack --dry-run --json --ignore-scripts

Signed-off-by: MAWXHUB <130845891+mawxcodehub@users.noreply.github.com>
@mawxcodehub mawxcodehub force-pushed the fix/npm-metadata-urls branch from 43efa8b to c27a09d Compare June 12, 2026 00:39
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.

1 participant