]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: Update format of `license` attribute
authorPeter deHaan <peter@deseloper.com>
Thu, 21 May 2015 05:35:31 +0000 (22:35 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 21 May 2015 06:57:10 +0000 (23:57 -0700)
Specifying both the type and URL is deprecated:
* https://docs.npmjs.com/files/package.json#license
* http://npm1k.org/

Closes #16517

package.json

index 8a3aa218bcaf6d8b1df662ccd815ca6f665b53a2..ddeb14765919632f6cc4dffbe26bf3bec0def541 100644 (file)
   "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",