Commit e93c6a22 authored by Peter deHaan's avatar Peter deHaan Committed by Chris Rebert

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
parent efe20230
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment