From eef98a3495a7861a7745be0e16c75c26bc66aa83 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 4 Nov 2015 21:21:00 +0000 Subject: [PATCH] Bump matchdep from 0.3.0 to 1.0.0 This drops support for node 0.8.0 so if you still using that, it's time to upgrade your node. See #34177 git-svn-id: https://develop.svn.wordpress.org/trunk@35513 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6db2db6260..9a7c946d70 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,6 @@ "grunt-postcss": "~0.6.0", "grunt-rtlcss": "~1.6.0", "grunt-sass": "~1.0.0", - "matchdep": "~0.3.0" + "matchdep": "~1.0.0" } }