From 02c5e2908c2d99f191f5ec9e365ef2a3d357d1eb Mon Sep 17 00:00:00 2001 From: Oleg Gaidarenko Date: Sat, 9 Jul 2016 02:05:15 +0300 Subject: [PATCH] Build: Don't use ESLint 3.x Since it is not supported by older node versions :/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ef29dc0e..2443b46c3 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "grunt-compare-size": "0.4.2", "grunt-contrib-uglify": "1.0.1", "grunt-contrib-watch": "1.0.0", - "grunt-eslint": "19.0.0", + "grunt-eslint": "18.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.0.7", "grunt-newer": "1.2.0", -- 2.39.5