Build: Update the licenses attribute to singular license

Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
This commit is contained in:
Jörn Zaefferer 2015-07-24 16:16:14 +02:00
parent f4331c87e0
commit cd6c751b88

View File

@ -45,12 +45,7 @@
"url": "git://github.com/jquery/jquery-ui.git"
},
"bugs": "http://bugs.jqueryui.com/",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery-ui/blob/master/LICENSE.txt"
}
],
"license": "MIT",
"scripts": {
"test": "grunt"
},