Skip to content

Add package license metadata#5

Open
mawxcodehub wants to merge 1 commit into
CaptainCodeman:masterfrom
mawxcodehub:fix/package-license-metadata
Open

Add package license metadata#5
mawxcodehub wants to merge 1 commit into
CaptainCodeman:masterfrom
mawxcodehub:fix/package-license-metadata

Conversation

@mawxcodehub

Copy link
Copy Markdown

Summary

  • add package-level license metadata using the repository's MIT license
  • leave runtime code, dependencies, entrypoints, and generated output unchanged

Verification

  • node -e "const fs=require('fs'); const p=JSON.parse(fs.readFileSync('package.json','utf8')); if (p.name !== 'svelte-transition' || p.license !== 'MIT') process.exit(1); console.log(JSON.stringify({name:p.name,version:p.version,license:p.license}))"
  • npm pack --dry-run --json --ignore-scripts
  • 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.

2 participants