Skip to content

Conversation

@GeraldAdyen
Copy link
Contributor

Added license property and value to the package.json

Copy link
Contributor

@clouatre clouatre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and tested locally on macOS.

Testing:

  • ✅ All unit tests pass (44/44)
  • ✅ Build succeeds without errors
  • ✅ License field matches existing LICENSE file (MIT)
  • ✅ Valid SPDX license identifier

Why This Matters:

  • The license field is recommended npm best practice
  • Helps automated tools identify licensing
  • Important for npm registry and package consumers
  • Matches the existing LICENSE file in the repo

Code Quality:

  • Proper placement in package.json (after author, before repository)
  • Follows npm package.json conventions
  • No breaking changes

LGTM! This is a standard and necessary addition to package.json.

@geelen geelen merged commit febf4e0 into geelen:main Nov 20, 2025
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.

3 participants