From b604c2fbacc1ffb7843a32f50f322db390766386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 20 Dec 2013 20:09:51 +0100 Subject: Drop remaining leading commas --- composer.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 81d7ef85d7..93ed9f2dfa 100644 --- a/composer.json +++ b/composer.json @@ -1,25 +1,25 @@ { - "name": "twbs/bootstrap" - , "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development." - , "keywords": ["bootstrap", "css"] - , "homepage": "http://getbootstrap.com" - , "authors": [ - { - "name": "Mark Otto", - "email": "markdotto@gmail.com" - }, - { - "name": "Jacob Thornton", - "email": "jacobthornton@gmail.com" - } - ] - , "support": { - "issues": "https://github.com/twbs/bootstrap/issues" + "name": "twbs/bootstrap", + "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.", + "keywords": ["bootstrap", "css"], + "homepage": "http://getbootstrap.com", + "authors": [ + { + "name": "Mark Otto", + "email": "markdotto@gmail.com" + }, + { + "name": "Jacob Thornton", + "email": "jacobthornton@gmail.com" + } + ], + "support": { + "issues": "https://github.com/twbs/bootstrap/issues" + }, + "license": "MIT", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" } - , "license": "MIT" - , "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } } } -- cgit v1.2.3