Bump gulp-load-plugins to 0.10.0

This commit is contained in:
Austin Pray
2015-04-11 13:29:52 -05:00
parent 82df8b3284
commit 8a37b24a3e
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
* Lowercase `X-UA-Compatible` ([#1409](https://github.com/roots/sage/issues/1409))
* Remove mention of Google Analytics from the config ([#1384](https://github.com/roots/sage/issues/1384))
* Switch from [yargs](https://github.com/bcoe/yargs) to [minimist](https://github.com/substack/minimist)
* Bump `gulp-load-plugins` to 0.10.0
### 8.1.1: March 31st, 2015
* Remove pleeease dependency in favor of vanilla gulp-autoprefixer and gulp-minify-css ([#1402](https://github.com/roots/sage/issues/1402))

View File

@@ -39,7 +39,7 @@
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.9.4",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.9.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",