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 package license to be a valid SPDX identifier #20

Merged
merged 1 commit into from
Sep 27, 2016

Conversation

typerandom
Copy link
Contributor

Fixes so that the package version is a valid SPDX identifier (see https://spdx.org/licenses/Apache-2.0.html).

How to verify

  1. Checkout the master branch.
  2. Remove the node_modules directory.
  3. Run $ npm install.
  4. Verify that you see the warning npm WARN [email protected] license should be a valid SPDX license expression.
  5. Checkout this branch.
  6. Remove the node_modules directory.
  7. Run $ npm install.
  8. Verify that you don't see the npm WARN [email protected] license should be a valid SPDX license expression warning.

@coveralls
Copy link

coveralls commented Sep 14, 2016

Coverage Status

Coverage remained the same at 100.0% when pulling e340fe1 on fix-package-version into 5edb076 on master.

@robertjd robertjd changed the title Fix package version to be a valid SPDX identifier Fix package license to be a valid SPDX identifier Sep 27, 2016
@robertjd
Copy link
Contributor

Verified

@robertjd robertjd merged commit c0013e2 into master Sep 27, 2016
@robertjd robertjd deleted the fix-package-version branch September 27, 2016 18:55
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