Merge branch 'master' into docs_derp
Conflicts: _layouts/default.html components.html
Showing
_data/glyphicons.yml
0 → 100644
| { | ||
| "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": "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" | ||
| ... | ... | @@ -12,12 +12,12 @@ |
| "name": "Jacob Thornton", | ||
| "email": "jacobthornton@gmail.com" | ||
| } | ||
| ] | ||
| , "support": { | ||
| ], | ||
| "support": { | ||
| "issues": "https://github.com/twbs/bootstrap/issues" | ||
| } | ||
| , "license": "MIT" | ||
| , "extra": { | ||
| }, | ||
| "license": "MIT", | ||
| "extra": { | ||
| "branch-alias": { | ||
| "dev-master": "3.0.x-dev" | ||
| } | ||
| ... | ... |
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
| ... | ... | @@ -7,8 +7,8 @@ |
| "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" | ||
| ... | ... | @@ -33,7 +33,7 @@ |
| "grunt-contrib-qunit": "~0.3.0", | ||
| "grunt-contrib-uglify": "~0.2.4", | ||
| "grunt-contrib-watch": "~0.5.3", | ||
| "grunt-csscomb": "~1.1.0", | ||
| "grunt-csscomb": "~1.2.1", | ||
| "grunt-html-validation": "~0.1.11", | ||
| "grunt-jekyll": "~0.4.0", | ||
| "grunt-jscs-checker": "~0.2.5", | ||
| ... | ... |
Please register or sign in to comment