From: Peter deHaan Date: Wed, 20 May 2015 22:08:53 +0000 (-0700) Subject: Update license attribute X-Git-Tag: v4.4.0~71^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6522%2Fhead;p=thirdparty%2FFont-Awesome.git Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- diff --git a/package.json b/package.json index 6f98fe45ad..214e8173e2 100644 --- a/package.json +++ b/package.json @@ -30,16 +30,7 @@ "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" : {