From 672bbd58eda1ec850229e1fefd1a69021bd10e08 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Tue, 18 Oct 2016 12:15:10 +0200 Subject: [PATCH] Second shot at having greenkeeper ignore eslint (#610) First shot at getting greenkeeper to ignoring eslint updates landed with commit 85fa74325845771fb3a5229ba319aa15bb57f3c3. Sadly that commit had a minor `greenkeper` misspelling in package.json, which obviously didn't have much effect for greenkeeper. This commit fixes that blooper in hopes that greenkeeper will stop opening PRs about new eslint versions, as we don't want to update at the moment cause eslint 3.x requires Node.js v4.x. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 548254b..3d41c77 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "wrappers" ] }, - "greenkeper": { + "greenkeeper": { "ignore": ["eslint"] }, "license": "MIT"