]> source.dussan.org Git - jquery-ui.git/commitdiff
Build: Update the licenses attribute to singular license
authorJörn Zaefferer <joern.zaefferer@gmail.com>
Fri, 24 Jul 2015 14:16:14 +0000 (16:16 +0200)
committerScott González <scott.gonzalez@gmail.com>
Thu, 9 Jun 2016 20:26:40 +0000 (16:26 -0400)
Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license

(cherry picked from commit cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1)

package.json

index 9ee9214d6796fd81b1b6590ba30ac256816d0c29..729a955c5bb32ccde78d8b069f99df2a2417a6ab 100644 (file)
                "url": "git://github.com/jquery/jquery-ui.git"
        },
        "bugs": "http://bugs.jqueryui.com/",
-       "licenses": [
-               {
-                       "type": "MIT",
-                       "url": "https://github.com/jquery/jquery-ui/blob/1-11-stable/LICENSE.txt"
-               }
-       ],
+       "license": "MIT",
        "scripts": {
                "test": "grunt"
        },