Use license object instead of licenses array
This commit is contained in:
parent
7eb532262f
commit
96fd2dca02
2 changed files with 5 additions and 7 deletions
10
package.json
10
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue