From 56d6fea45e8c3f3ab60d07206b294bc71b893926 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Jun 2013 15:22:53 -0700 Subject: fixes #7018: authors, not author, in composer --- composer.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index abde63128e..757ecd6246 100644 --- a/composer.json +++ b/composer.json @@ -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" } -- cgit v1.2.3