From b86665dafd1802ceb73a51b5edf23cf81275cdd2 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Sun, 11 Nov 2018 22:05:27 +0100 Subject: [PATCH] Use older version of eslint to stay pre Node.js 1 compliant a little longer As of writing this, we cannot use the latest version of eslint v2.x because there's something in there that causes explotions when run with pre Node.js 1 installed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f2598b1..c111c2b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ }, "devDependencies": { "chai": "^3.4.0", - "eslint": "^2.5.1", + "eslint": "2.5.1", "jshint": "^2.9.5", "mocha": "^3.0.2", "uglify-js": "^3.4.6",