Skip to content

Commit

Permalink
Rename license in Package JSON
Browse files Browse the repository at this point in the history
Rename license in `package.json` to be compliant with the SPDX License List. This helps legal Tooling around licenses.
  • Loading branch information
maennchen authored Jul 25, 2017
1 parent b17a9df commit de94cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [
"Eric Meyer"
],
"license": "PUBLIC DOMAIN (UNLICENSED)",
"license": "Unlicense",
"repository": "shannonmoeller/reset-css",
"style": "reset.css",
"main": "reset.css",
Expand Down

0 comments on commit de94cb6

Please sign in to comment.