Drop remaining leading commas
Showing
| { | ||
| "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" | ||
| } | ||
| } | ||
| } |
| ... | ... | @@ -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": [ | ||
| { | ||
| ... | ... |
Please register or sign in to comment