Skip to content

fix: normalize bugs metadata#1

Open
Shreshth3 wants to merge 1 commit into
offline-ai:mainfrom
Shreshth3:fix-bugs-metadata
Open

fix: normalize bugs metadata#1
Shreshth3 wants to merge 1 commit into
offline-ai:mainfrom
Shreshth3:fix-bugs-metadata

Conversation

@Shreshth3

Copy link
Copy Markdown

Summary

  • normalize bugs metadata from a string to npm's standard bugs.url object
  • fix the issue URL by removing the stray @ from the GitHub path

This is metadata-only. It does not change runtime code, dependencies, package files, or build behavior.

Verification

node -e "const p=require('./package.json'); if(p.name!=='@offline-ai/cli-plugin-core'||p.bugs?.url!=='https://github.com/offline-ai/cli-plugin-core.js/issues') process.exit(1); console.log('package metadata OK')"
npm pack --dry-run --ignore-scripts --json
git diff --check

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