From: Peter deHaan Date: Thu, 21 May 2015 05:35:31 +0000 (-0700) Subject: package.json: Update format of `license` attribute X-Git-Tag: v3.3.5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e93c6a2216c69daa574abc16e7c14767fce44ad6;p=thirdparty%2Fbootstrap.git package.json: Update format of `license` attribute Specifying both the type and URL is deprecated: * https://docs.npmjs.com/files/package.json#license * http://npm1k.org/ Closes #16517 --- diff --git a/package.json b/package.json index 8a3aa218bc..ddeb147659 100644 --- a/package.json +++ b/package.json @@ -26,10 +26,7 @@ "bugs": { "url": "https://github.com/twbs/bootstrap/issues" }, - "license": { - "type": "MIT", - "url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" - }, + "license": "MIT", "devDependencies": { "btoa": "~1.1.2", "glob": "~5.0.5",