Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set a valid SPDX license identifier in package.json #139

Merged
merged 1 commit into from
Jul 5, 2016

Conversation

alefteris
Copy link
Contributor

When I installed the package dependencies with npm I got the following warning:

npm WARN [email protected] license should be a valid SPDX license expression

This is because the license value in package.json was not a valid SPDX identifier. And because of this, the license also isn't displayed on https://www.npmjs.com/package/matrix-js-sdk

So I fixed it to be the SPDX identifier for the Apache License 2.0 according to https://spdx.org/licenses/

Signed-off-by: Thanos Lefteris [email protected]

@kegsay
Copy link
Member

kegsay commented Jul 5, 2016

LGTM, thanks!

@kegsay kegsay merged commit dff84c4 into matrix-org:develop Jul 5, 2016
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