Skip to content

Add package license metadata - #181

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

Add package license metadata#181
yanziwei wants to merge 1 commit into
Unstructured-IO:mainfrom
yanziwei:yanziwei/add-license-metadata

Conversation

@yanziwei

Copy link
Copy Markdown

Summary

  • add MIT license metadata to the package manifest
  • align npm metadata with the repository license

Verification

  • npm view unstructured-client@latest name version license repository homepage bugs --json
  • node -e "const p=require('./package.json'); if (p.license !== 'MIT') 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