Skip to content

Commit

Permalink
Drop remaining leading commas
Browse files Browse the repository at this point in the history
  • Loading branch information
zlatanvasovic committed Dec 20, 2013
1 parent 2854c5c commit b604c2f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]"
},
{
"name": "Jacob Thornton",
"email": "[email protected]"
}
]
, "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": "[email protected]"
},
{
"name": "Jacob Thornton",
"email": "[email protected]"
}
],
"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"
}
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit b604c2f

Please sign in to comment.