Skip to content

Add package bugs metadata#282

Open
GhostAOI wants to merge 1 commit into
callstack:mainfrom
GhostAOI:add-package-bugs-metadata
Open

Add package bugs metadata#282
GhostAOI wants to merge 1 commit into
callstack:mainfrom
GhostAOI:add-package-bugs-metadata

Conversation

@GhostAOI

Copy link
Copy Markdown

Summary

Adds bugs.url metadata to the package manifest so npm users can find the public issue tracker directly from @callstack/eslint-config package metadata.

This is a metadata-only change to package.json; runtime code, dependencies, exports, and build behavior are unchanged.

Validation

node -e "const p=require('./package.json'); console.log(JSON.stringify({name:p.name,version:p.version,repository:p.repository,homepage:p.homepage,bugs:p.bugs,license:p.license},null,2)); if(p.name!=='@callstack/eslint-config'||p.bugs?.url!=='https://github.com/callstack/eslint-config-callstack/issues') process.exit(1)"
git diff --check
npm pack @callstack/eslint-config@15.0.0 --dry-run --json

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.

2 participants