Skip to content

Add npm link metadata#56

Open
tonghuaxingdsb wants to merge 1 commit into
maximkoretskiy:masterfrom
tonghuaxingdsb:codex/add-npm-link-metadata
Open

Add npm link metadata#56
tonghuaxingdsb wants to merge 1 commit into
maximkoretskiy:masterfrom
tonghuaxingdsb:codex/add-npm-link-metadata

Conversation

@tonghuaxingdsb

Copy link
Copy Markdown

Summary

  • add npm homepage metadata for the README
  • add npm bugs.url metadata for the public issue tracker

Verification

  • 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},null,2)); if(p.name!=='postcss-initial'||p.homepage!=='https://github.com/maximkoretskiy/postcss-initial#readme'||p.bugs?.url!=='https://github.com/maximkoretskiy/postcss-initial/issues') process.exit(1)"
  • 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