0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-03-15 15:29:22 +01:00

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,25 +1,25 @@
{ {
"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"
}, },
{ {
"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",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
} }
, "license": "MIT"
, "extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
} }
} }

View File

@ -7,11 +7,11 @@
"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"
}, },
"licenses": [ "licenses": [
{ {