From 251fbc836c245aab860586777960c0ce3040ea5e Mon Sep 17 00:00:00 2001 From: xzyfer Date: Sun, 11 Dec 2016 00:53:56 +1100 Subject: [PATCH] Bump node-sass@v4.0.0 Get the latest LibSass. https://github.com/sass/node-sass/releases/tag/v4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77dfb35..1fb705f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "gulp-util": "^3.0", "lodash.clonedeep": "^4.3.2", - "node-sass": "^3.4.2", + "node-sass": "^4.0.0", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.0" },