From 6465171dba4493e0c43ff60d25bd33f729dfc0e6 Mon Sep 17 00:00:00 2001 From: Yohann bianchi Date: Mon, 19 Mar 2018 17:10:36 +0100 Subject: [PATCH] 3.5.3 Fix #49 by bumping the version of resolve-pkg to `^1.0.0` in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index db22b2b..a179bdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "load-grunt-tasks", - "version": "3.5.2", + "version": "3.5.3", "description": "Load multiple grunt tasks using globbing patterns", "keywords": [ "dependencies", @@ -33,7 +33,7 @@ "arrify": "^1.0.0", "multimatch": "^2.0.0", "pkg-up": "^1.0.0", - "resolve-pkg": "^0.1.0" + "resolve-pkg": "^1.0.0" }, "devDependencies": { "grunt": "^1.0.1",