From 40197b63d91745a433451f641ecaefb4dfe97e4c Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Thu, 3 Nov 2016 06:08:34 +0000 Subject: [PATCH] Revert [39118] due to incompatibility with node v0.10.x Props nacin See #38199. git-svn-id: https://develop.svn.wordpress.org/trunk@39119 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f6e296fe7..6ed02b43c0 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "grunt-contrib-qunit": "^1.2.0", "grunt-contrib-uglify": "~2.0.0", "grunt-contrib-watch": "~1.0.0", - "grunt-includes": "~1.0.0", + "grunt-includes": "~0.5.1", "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0", "grunt-patch-wordpress": "~0.4.2",