Merge pull request #1578 from roots/bootstrap-3.3.6

Update to Bootstrap 3.3.6
This commit is contained in:
Ben Word
2015-11-24 22:33:42 -06:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
### HEAD
* Update to Bootstrap 3.3.6 ([#1578](https://github.com/roots/sage/pull/1578))
* Remove unnecessary underscore ([#1577](https://github.com/roots/sage/pull/1577))
* Drop support for older browsers ([#1571](https://github.com/roots/sage/pull/1571))
* Add support for theme customizer ([#1573](https://github.com/roots/sage/pull/1573))

View File

@@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"dependencies": {
"bootstrap-sass": "3.3.5"
"bootstrap-sass": "3.3.6"
},
"overrides": {
"bootstrap-sass": {