Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax F. Albrecht <1@178.is>2013-06-10 16:59:42 +0400
committerMax F. Albrecht <1@178.is>2013-06-10 16:59:42 +0400
commit3a02d07acae070b3d78d4c6b2c9e21c1fa4df673 (patch)
tree36e3c5fe1283850f28286d9e4e681124d3ac3003 /composer.json
parentd74a9634b0cb21a712f5e805c7a21132dc9bee5e (diff)
fix JSON syntax error in composer.json
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 9c5db618fa..aa96a05fd6 100644
--- a/composer.json
+++ b/composer.json
@@ -6,11 +6,11 @@
, "authors": [
{
"name": "Mark Otto",
- "email": "markdotto@gmail.com",
+ "email": "markdotto@gmail.com"
},
{
"name": "Jacob Thornton",
- "email": "jacobthornton@gmail.com",
+ "email": "jacobthornton@gmail.com"
}
]
, "support": {