From 5c0f0add958a5aa292559aa9bae304ec8c6e17f2 Mon Sep 17 00:00:00 2001 From: David Majda Date: Tue, 2 Aug 2016 16:57:47 +0200 Subject: [PATCH] Downgrade eslint to 2.13.1 It turns out ESLint 3.x works only with Node.js >= 4, which breaks Travis CI builds: https://travis-ci.org/pegjs/pegjs/builds/149205616 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa69d16..f35ef6d 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "browserify": "13.1.0", - "eslint": "3.2.0", + "eslint": "2.13.1", "http-server": "0.9.0", "jasmine-node": "1.14.5", "uglify-js": "2.7.0"