From cfee7560774d8f3c5cde46b42569b8d1d2a15f82 Mon Sep 17 00:00:00 2001 From: xzyfer Date: Fri, 22 Apr 2016 09:02:11 +1000 Subject: [PATCH] Allow the buggy node-sass@3.4.2 to be used --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42a39bf..95dbb53 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "dependencies": { "gulp-util": "^3.0", - "node-sass": "^3.5.1", + "node-sass": "^3.4.2", "object-assign": "^4.0.1", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.0"