]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #7018: authors, not author, in composer
authorMark Otto <otto@github.com>
Sun, 2 Jun 2013 22:22:53 +0000 (15:22 -0700)
committerMark Otto <otto@github.com>
Sun, 2 Jun 2013 22:22:53 +0000 (15:22 -0700)
composer.json

index abde63128e6f09103539a591d4a6c4d625e75b3a..757ecd6246dc303586f0787dbbf35383f2355260 100644 (file)
@@ -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"
 
 }