Skip to content

Add package license metadata#65

Open
yanziwei wants to merge 1 commit into
Antonytm:mainfrom
yanziwei:yanziwei/add-license-metadata
Open

Add package license metadata#65
yanziwei wants to merge 1 commit into
Antonytm:mainfrom
yanziwei:yanziwei/add-license-metadata

Conversation

@yanziwei

Copy link
Copy Markdown

Summary

  • add Apache-2.0 license metadata to the package manifest
  • align npm metadata with the repository license

Verification

  • npm view @antonytm/mcp-sitecore-server@latest name version license repository homepage bugs --json
  • node -e "const p=require('./package.json'); if (p.license !== 'Apache-2.0') throw new Error('license mismatch'); console.log(p.name, p.version, p.license)"
  • git diff --check
  • npm pack --dry-run --ignore-scripts --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