From e574d47634cd6397b66c1eb1e09ef0a250e20878 Mon Sep 17 00:00:00 2001 From: Tom Vincent Date: Thu, 22 Oct 2015 18:17:06 +0100 Subject: [PATCH] chore: bump gulp-load-plugins The breaking change is removed NODE_PATH support, which isn't used in this project. --- app/templates/_package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/_package.json b/app/templates/_package.json index d49387d7..0c75c56f 100644 --- a/app/templates/_package.json +++ b/app/templates/_package.json @@ -20,7 +20,7 @@ <% } -%> "gulp-eslint": "~1.0.0", "eslint-plugin-angular": "~0.12.0", - "gulp-load-plugins": "~0.10.0", + "gulp-load-plugins": "~1.0.0", "gulp-size": "~2.0.0", "gulp-uglify": "~1.4.1", "gulp-useref": "~1.3.0",