aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-10 16:37:29 -0700
committerMark Otto <[email protected]>2013-06-10 16:37:29 -0700
commit40751305f8beba8b769889bd0a8ac6e1af53648f (patch)
tree36e3c5fe1283850f28286d9e4e681124d3ac3003
parentd74a9634b0cb21a712f5e805c7a21132dc9bee5e (diff)
parent3a02d07acae070b3d78d4c6b2c9e21c1fa4df673 (diff)
downloadbootstrap-40751305f8beba8b769889bd0a8ac6e1af53648f.tar.xz
bootstrap-40751305f8beba8b769889bd0a8ac6e1af53648f.zip
Merge pull request #8124 from eins78/3.0.0-wip-fix-json
fix JSON syntax error in composer.json
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 9c5db618f..aa96a05fd 100644
--- a/composer.json
+++ b/composer.json
@@ -6,11 +6,11 @@
, "authors": [
{
"name": "Mark Otto",
- "email": "[email protected]",
+ "email": "[email protected]"
},
{
"name": "Jacob Thornton",
- "email": "[email protected]",
+ "email": "[email protected]"
}
]
, "support": {