Merge branch 'master' into gh-pages
Showing
| ... | @@ -17,4 +17,9 @@ | ... | @@ -17,4 +17,9 @@ |
| "issues": "https://github.com/twbs/bootstrap/issues" | "issues": "https://github.com/twbs/bootstrap/issues" | ||
| } | } | ||
| , "license": "Apache-2.0" | , "license": "Apache-2.0" | ||
| , "extra": { | |||
| "branch-alias": { | |||
| "dev-master": "3.0.x-dev" | |||
| } | |||
| } | |||
| } | } |
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
| { | { | ||
| "name": "bootstrap" | "name": "bootstrap" | ||
| , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." | , "description": "Sleek, intuitive, and powerful front-end framework for faster and easier web development." | ||
| , "version": "3.0.1" | , "version": "3.0.2" | ||
| , "keywords": ["bootstrap", "css"] | , "keywords": ["bootstrap", "css"] | ||
| , "homepage": "http://getbootstrap.com" | , "homepage": "http://getbootstrap.com" | ||
| , "author": "Twitter, Inc." | , "author": "Twitter, Inc." | ||
| ... | @@ -34,5 +34,7 @@ | ... | @@ -34,5 +34,7 @@ |
| , "grunt-html-validation": "~0.1.6" | , "grunt-html-validation": "~0.1.6" | ||
| , "grunt-jekyll": "~0.4.0" | , "grunt-jekyll": "~0.4.0" | ||
| , "grunt-recess": "~0.4.0" | , "grunt-recess": "~0.4.0" | ||
| , "grunt-sed": "~0.1.1" | |||
| , "regexp-quote": "~0.0.0" | |||
| } | } | ||
| } | } |
Please register or sign in to comment