]> git.ipfire.org Git - thirdparty/Font-Awesome.git/commitdiff
Update license attribute 6522/head
authorPeter deHaan <peter@deseloper.com>
Wed, 20 May 2015 22:08:53 +0000 (15:08 -0700)
committerPeter deHaan <peter@deseloper.com>
Wed, 20 May 2015 22:08:53 +0000 (15:08 -0700)
specifying the type and URL is deprecated:

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

package.json

index 6f98fe45ad7b081f5b3e1a0438ce986cbfc4391c..214e8173e240cd25e50a4548fea9ee8247d4b05e 100644 (file)
       "web": "http://twitter.com/supercodepoet"
     }
   ],
-  "licenses": [
-    {
-      "type": "OFL-1.1",
-      "url": "http://scripts.sil.org/OFL"
-    },
-    {
-      "type": "MIT",
-      "url": "http://opensource.org/licenses/mit-license.html"
-    }
-  ],
+  "license": "OFL-1.1 AND MIT",
   "dependencies": {
   },
   "engines" : {