From 7a9792234a52780ab663ab14c551a4793c2be34f Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 28 Oct 2014 19:26:21 +0000 Subject: [PATCH] Update grunt-sass to 0.16.0 Upstream changes https://github.com/sindresorhus/grunt-sass/compare/v0.14.0...v0.16.0 see #30141 git-svn-id: https://develop.svn.wordpress.org/trunk@30061 602fd350-edb4-49c9-b593-d223f7449a82 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ad33e08b3..63f29d6c08 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "grunt-jsvalidate": "~0.2.2", "grunt-legacy-util": "^0.2.0", "grunt-patch-wordpress": "~0.2.1", - "grunt-sass": "~0.14.0", + "grunt-sass": "~0.16.0", "matchdep": "~0.3.0" } }