From 2b57be49555e6d882f511bc206e1380465a393f2 Mon Sep 17 00:00:00 2001 From: Mitch Date: Sat, 2 Dec 2017 17:42:57 -0800 Subject: [PATCH] Update gulp-sass --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e9841858..35e3a3d0 100644 --- a/package.json +++ b/package.json @@ -65,11 +65,10 @@ "gulp-json-editor": "^2.2.1", "gulp-newer": "^1.2.0", "gulp-rename": "^1.2.2", - "gulp-sass": "^2.1.1", + "gulp-sass": "^3.1.0", "gulp-sourcemaps": "^1.6.0", "gulp-useref": "^3.0.5", "mocha": "^3.0.1", - "node-sass": "3.10.1", "redux-mock-store": "^1.0.4", "referee": "^1.2.0", "referee-sinon": "^1.0.3", @@ -103,7 +102,10 @@ "iconUrl": "https://github.com/mitchhentges/james/blob/electron-builder/resource-compile/icon.ico?raw=true" }, "linux": { - "target": ["AppImage", "deb"], + "target": [ + "AppImage", + "deb" + ], "synopsis": "Web proxy" } },