diff options
| author | Max F. Albrecht <[email protected]> | 2013-06-10 14:59:42 +0200 |
|---|---|---|
| committer | Max F. Albrecht <[email protected]> | 2013-06-10 14:59:42 +0200 |
| commit | 3a02d07acae070b3d78d4c6b2c9e21c1fa4df673 (patch) | |
| tree | 36e3c5fe1283850f28286d9e4e681124d3ac3003 | |
| parent | d74a9634b0cb21a712f5e805c7a21132dc9bee5e (diff) | |
| download | bootstrap-3a02d07acae070b3d78d4c6b2c9e21c1fa4df673.tar.xz bootstrap-3a02d07acae070b3d78d4c6b2c9e21c1fa4df673.zip | |
fix JSON syntax error in composer.json
| -rw-r--r-- | composer.json | 4 |
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": { |
