From a637421857c909c77d59dce46f78aeba1fd40340 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Sun, 13 Mar 2016 19:19:44 +0000 Subject: [PATCH] Revert r36978 grunt-postcss Dropped nodejs 0.10 support and this is causing builds to fail. Revert until we bump minimum node version. See #35104 git-svn-id: https://develop.svn.wordpress.org/trunk@36980 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac9f0966c5..c8d9749057 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0", "grunt-patch-wordpress": "~0.3.0", - "grunt-postcss": "~0.8.0", + "grunt-postcss": "~0.7.1", "grunt-rtlcss": "~2.0.1", "grunt-sass": "~1.1.0", "matchdep": "~1.0.0"