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