From 7c3ec9ade1d7b49e6e264b7210e4677430ad6fce Mon Sep 17 00:00:00 2001 From: Kim Kern Date: Thu, 3 May 2018 16:24:40 +0200 Subject: [PATCH] update gulp-sass With the old version of gulp-sass, npm install runs into an error. for further details see https://discussions.udacity.com/t/gulp-install-error/225044?u=dreamerkiwi --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65305fc14..ab1ea21a1 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gulp-load-plugins": "^0.8.0", "gulp-minify-html": "^0.1.8", "gulp-replace": "^0.5.0", - "gulp-sass": "^2.1.1", + "gulp-sass": "^3.2.1", "gulp-size": "^1.0.0", "gulp-uglify": "^1.0.1", "gulp-uncss": "^0.5.2",