mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-28 20:52:21 +01:00
fixes #7018: authors, not author, in composer
This commit is contained in:
parent
4fa1e729f0
commit
56d6fea45e
@ -3,7 +3,16 @@
|
||||
, "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development."
|
||||
, "keywords": ["bootstrap", "css"]
|
||||
, "homepage": "http://twitter.github.com/bootstrap/"
|
||||
, "author": "Twitter Inc."
|
||||
, "authors": [
|
||||
{
|
||||
"name": "Mark Otto",
|
||||
"email": "markdotto@gmail.com",
|
||||
},
|
||||
{
|
||||
"name": "Jacob Thornton",
|
||||
"email": "jacobthornton@gmail.com",
|
||||
}
|
||||
]
|
||||
, "license": "Apache-2.0"
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user