From add260f4b138f95d4115189b63b5170ffbf66218 Mon Sep 17 00:00:00 2001 From: Outsider Date: Mon, 12 Oct 2015 21:35:51 +0900 Subject: [PATCH] update grunt-sass to use node-sass v3.0 in Node v4 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1011d103..addff1b1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "grunt-build-control": "~0.2.0", "grunt-jekyll": "~0.4.2", "grunt-parker": "~0.1.0", - "grunt-sass": "~0.18.0", + "grunt-sass": "~1.0.0", "grunt-contrib-watch": "~0.6.1", "grunt-postcss": "~0.5.1" }, @@ -31,7 +31,7 @@ "grunt-jekyll": "^0.4.2", "grunt-autoprefixer": "^2.2.0", "grunt-contrib-watch": "^0.6.1", - "grunt-sass": "^0.18.1", + "grunt-sass": "^1.0.0", "grunt-parker": "^0.1.3", "grunt": "^0.4.5", "grunt-build-control": "^0.2.2"