From 6fa258b275223e7c5363a07f77ab583a4698d1cd Mon Sep 17 00:00:00 2001 From: wolfy1339 Date: Sun, 15 May 2016 15:45:06 -0400 Subject: [PATCH] Make sure we explicitly skip the 2.7.0 release of less --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1cdadc..d4715e4 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "dependencies": { "accord": "^0.23.0", "gulp-util": "^3.0.7", - "less": "^2.6.0", + "less": "2.6.x || ^2.7.1", "object-assign": "^4.0.1", "through2": "^2.0.0", "vinyl-sourcemaps-apply": "^0.2.0"