Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upspecify licenses in package.json #197
Conversation
LGTM |
|
Thanks very much for contributing! Your pull request has been merged
If you want to, you can use the emoji key to replace docs with a different contribution type. |
@github-actions[bot] I could not determine your intention. Basic usage: @all-contributors please add @Someone for code, doc and infra For other usages see the documentation |
This project has two licenses, one for code (MIT) and one for content (Creative Commons):
This PR adds a
license
property to the package.json file with those two licenses in the form(MIT AND CC-BY-4.0)
, as recommended by the npm docs and the SPDX docs on Representing Mulitple Licenses.cc @github/docs