Skip to content

Commit

Permalink
Update license attribute
Browse files Browse the repository at this point in the history
specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
  • Loading branch information
pdehaan committed May 21, 2015
1 parent 591f527 commit 710fffa
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,5 @@
, "homepage": "http://github.com/raycmorgan/mu"
, "author" : "RayMorgan <[email protected]>"
, "main" : "lib/mu",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/raycmorgan/Mu/master/LICENSE"
}
]
"license": "MIT"
}

0 comments on commit 710fffa

Please sign in to comment.