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: [PATCH] Drop remaining leading commas --- composer.json | 42 +++++++++++++++++++++--------------------- package.json | 6 +++--- 2 files changed, 24 insertions(+), 24 deletions(-) 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" - } } } diff --git a/package.json b/package.json index dbb921a66f..f03c193ac9 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "author": "Twitter, Inc.", "scripts": { "test": "grunt test" }, "repository": { - "type": "git" - , "url": "https://github.com/twbs/bootstrap.git" + "type": "git", + "url": "https://github.com/twbs/bootstrap.git" }, "bugs": { - "url": "https://github.com/twbs/bootstrap/issues" + "url": "https://github.com/twbs/bootstrap/issues" }, "licenses": [ {