From 6ffe23ea9ec51c0770b43e1410eb3cc8c69e6a8a Mon Sep 17 00:00:00 2001 From: Randy Merrill Date: Wed, 2 Nov 2016 13:22:01 -0700 Subject: [PATCH] Updates the node-sass version Newer OSX versions are not supported until later versions of `node-sass`. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 77dfb352..816e0b97 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": "^3.10.1", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.0" },