Skip to content

chore: add prettier config bugs metadata#2

Open
YfengJ wants to merge 1 commit into
awdware:mainfrom
YfengJ:codex/add-prettier-config-bugs-metadata
Open

chore: add prettier config bugs metadata#2
YfengJ wants to merge 1 commit into
awdware:mainfrom
YfengJ:codex/add-prettier-config-bugs-metadata

Conversation

@YfengJ

@YfengJ YfengJ commented Jun 19, 2026

Copy link
Copy Markdown

Summary

  • add bugs.url metadata for @awdware/prettier-config
  • keep repository, homepage, runtime/package contents, version, and peer dependencies unchanged

Validation

  • npm view @awdware/prettier-config@1.0.0 name version repository homepage bugs license --json
  • node -e "const p=require('./prettier-config/package.json'); if (p.name !== '@awdware/prettier-config') throw new Error('wrong package'); if (p.bugs.url !== 'https://github.com/awdware/dev/issues') throw new Error('bugs metadata missing'); if (p.homepage !== 'https://github.com/awdware/dev') throw new Error('homepage changed'); if (p.repository.url !== 'https://github.com/awdware/dev.git') throw new Error('repository changed'); console.log('metadata ok')"
  • npm pack --dry-run --ignore-scripts --json . from prettier-config/
  • 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