Skip to content

Commit

Permalink
fixes twbs#7018: authors, not author, in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Jun 2, 2013
1 parent 4fa1e72 commit 56d6fea
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}

0 comments on commit 56d6fea

Please sign in to comment.