Build: Update the license attribute

Specifying the type and URL is deprecated:

https://docs.npmjs.com/files/package.json#license
http://npm1k.org/

(cherry-picked from 8e92e1ea3c)

Fixes gh-2331
Closes gh-2330
This commit is contained in:
Gilad Peleg
2015-05-19 14:05:21 +03:00
committed by Michał Gołębiowski
parent ceeaaeb45e
commit 8bf81d76d1

View File

@@ -22,12 +22,7 @@
"bugs": {
"url": "https://github.com/jquery/jquery/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/compat/LICENSE.txt"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"commitplease": "2.0.0",