diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-07-24 16:16:14 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2015-07-24 16:16:14 +0200 |
commit | cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1 (patch) | |
tree | 50f86ce31eb0b965332729508df8ff9564cebe24 /package.json | |
parent | f4331c87e0ae6a472ef6f1f1a6f9be5550c6ae31 (diff) | |
download | jquery-ui-cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1.tar.gz jquery-ui-cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1.zip |
Build: Update the licenses attribute to singular license
Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/package.json b/package.json index d6dabf366..f4a5ee662 100644 --- a/package.json +++ b/package.json @@ -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" }, |