Merge pull request #11960 from ZDroid/no-leading-commas-json

Drop remaining leading commas
This commit is contained in:
Mark Otto 2013-12-20 11:18:04 -08:00
commit e1bd300f2f
2 changed files with 24 additions and 24 deletions

View File

@ -1,9 +1,9 @@
{ {
"name": "twbs/bootstrap" "name": "twbs/bootstrap",
, "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development." "description": "Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.",
, "keywords": ["bootstrap", "css"] "keywords": ["bootstrap", "css"],
, "homepage": "http://getbootstrap.com" "homepage": "http://getbootstrap.com",
, "authors": [ "authors": [
{ {
"name": "Mark Otto", "name": "Mark Otto",
"email": "markdotto@gmail.com" "email": "markdotto@gmail.com"
@ -12,12 +12,12 @@
"name": "Jacob Thornton", "name": "Jacob Thornton",
"email": "jacobthornton@gmail.com" "email": "jacobthornton@gmail.com"
} }
] ],
, "support": { "support": {
"issues": "https://github.com/twbs/bootstrap/issues" "issues": "https://github.com/twbs/bootstrap/issues"
} },
, "license": "MIT" "license": "MIT",
, "extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.0.x-dev" "dev-master": "3.0.x-dev"
} }

View File

@ -7,8 +7,8 @@
"author": "Twitter, Inc.", "author": "Twitter, Inc.",
"scripts": { "test": "grunt test" }, "scripts": { "test": "grunt test" },
"repository": { "repository": {
"type": "git" "type": "git",
, "url": "https://github.com/twbs/bootstrap.git" "url": "https://github.com/twbs/bootstrap.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/twbs/bootstrap/issues" "url": "https://github.com/twbs/bootstrap/issues"