From ef7a93bfde2776580c8330f752b5cf40a0e87013 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 18 Jan 2018 10:34:29 +0000 Subject: [PATCH] Restrict gulp-sass-lint to version 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 1.3.0 introduced some breaking changes to do with file output. Don’t have time to fix them now… --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dce341ec9..a4313825a 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "gulp-css-url-adjuster": "0.2.3", "gulp-jshint": "2.1.0", "gulp-prettyerror": "1.2.1", - "gulp-sass-lint": "1.3.4", + "gulp-sass-lint": "1.2.0", "jshint": "2.9.5", "jshint-stylish": "2.2.1" }