Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

chore(package.json): use SPDX identifier for MIT in license field #121

Merged
merged 1 commit into from
Sep 10, 2020

Conversation

mcous
Copy link
Contributor

@mcous mcous commented Sep 1, 2020

I noticed a little problem with the license field in the package.json when my editor popping up a warning about it:

  • Using an object to specify a project's license in package.json is deprecated (source: npm docs)
  • The URL currently specified in that object is incorrect

This PR fixes these issues by replacing the value of license with the SPDX identifier MIT, which is recommended by the npm docs linked above

@MadLittleMods MadLittleMods merged commit 297c31e into MadLittleMods:master Sep 10, 2020
MadLittleMods added a commit that referenced this pull request Sep 10, 2020
@MadLittleMods
Copy link
Owner

Thanks for the update @mcous 👍

@mcous mcous deleted the fix-package-json-license branch September 26, 2021 03:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants