Merge pull request #12605 from ZDroid/license-object
Use license object instead of licenses array
Showing
+5 -7
... | ... | @@ -20,12 +20,10 @@ |
"bugs": { | ||
"url": "https://github.com/twbs/bootstrap/issues" | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" | ||
} | ||
], | ||
"license": { | ||
"type": "MIT", | ||
"url": "https://github.com/twbs/bootstrap/blob/master/LICENSE" | ||
}, | ||
"devDependencies": { | ||
"browserstack-runner": "~0.1.0", | ||
"btoa": "~1.1.1", | ||
... | ... |
Please register or sign in to comment