Drop remaining leading commas

This commit is contained in:
Zlatan Vasović 2013-12-20 20:09:51 +01:00
parent 2854c5c3fb
commit b604c2fbac
2 changed files with 24 additions and 24 deletions

View File

@ -1,9 +1,9 @@
{
"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": "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"
@ -12,12 +12,12 @@
"name": "Jacob Thornton",
"email": "jacobthornton@gmail.com"
}
]
, "support": {
],
"support": {
"issues": "https://github.com/twbs/bootstrap/issues"
}
, "license": "MIT"
, "extra": {
},
"license": "MIT",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}

View File

@ -7,8 +7,8 @@
"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"