]> source.dussan.org Git - jquery.git/commitdiff
Build: Update the license attribute
authorGilad Peleg <giladp007@gmail.com>
Tue, 19 May 2015 11:05:21 +0000 (14:05 +0300)
committerMichał Gołębiowski <m.goleb@gmail.com>
Mon, 1 Jun 2015 17:32:51 +0000 (19:32 +0200)
Specifying the type and URL is deprecated:

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

Fixes gh-2331
Closes gh-2330

package.json

index cbda85661bc91db22691bc99ecf601b1097d3f41..5c2ea7a73561d6e1003e6e12afa1d0736d178f14 100644 (file)
   "bugs": {
     "url": "https://github.com/jquery/jquery/issues"
   },
-  "licenses": [
-    {
-      "type": "MIT",
-      "url": "https://github.com/jquery/jquery/blob/master/LICENSE.txt"
-    }
-  ],
+  "license": "MIT",
   "dependencies": {},
   "devDependencies": {
     "commitplease": "2.0.0",