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

fix: Publish license information with NPM #34

Merged
merged 1 commit into from
Mar 24, 2020

Conversation

pnwpedro
Copy link

Fixes #33

This commit replaces 'licenses' with
'license' because the former is no
longer valid metadata.

The 'license' is declared using an SPDX
expression and includes the identifiers
for the MIT license and the GPL 3.0 or
later license.

GPL 3.0 or later was selected because
GPL is not a valid identifier and link
in the previous version of code brings
us to the most recent version of the
GPL license.

Sources:

This commit replaces 'licenses' with
'license' because the former is no
longer valid metadata.

The 'license' is declared using an SPDX
expression and includes the identifiers
for the MIT license and the GPL 3.0 or
later license.

GPL 3.0 or later was selected because
GPL is not a valid identifier and link
in the previous version of code brings
us to the most recent version of the
GPL license.

Sources:
 * https://docs.npmjs.com/files/package.json
 * https://spdx.org/licenses/
@nbubna nbubna merged commit b988c2f into nbubna:master Mar 24, 2020
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.

Publish license information with NPM
2 participants