Skip to content

chore: add package support metadata#332

Open
pesoszpesosz wants to merge 1 commit into
onesine:masterfrom
pesoszpesosz:bounty/add-package-support-metadata
Open

chore: add package support metadata#332
pesoszpesosz wants to merge 1 commit into
onesine:masterfrom
pesoszpesosz:bounty/add-package-support-metadata

Conversation

@pesoszpesosz

Copy link
Copy Markdown

Summary

  • add homepage metadata for the package README
  • add bugs.url metadata for the GitHub issue tracker
  • leave runtime code, dependencies, exports, and package files unchanged

Validation

  • node -e "const p=require('./package.json'); if (p.name !== 'react-tailwindcss-datepicker' || p.bugs?.url !== 'https://github.com/onesine/react-tailwindcss-datepicker/issues' || p.homepage !== 'https://github.com/onesine/react-tailwindcss-datepicker#readme') throw new Error(JSON.stringify({name:p.name, bugs:p.bugs, homepage:p.homepage})); console.log(JSON.stringify({name:p.name, version:p.version, repository:p.repository, bugs:p.bugs, homepage:p.homepage}))"
  • git diff --check
  • npm pack --dry-run --ignore-scripts --json

The dry-run package includes LICENSE, README.md, and the updated package.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.

1 participant