diff --git a/README.md b/README.md index a1093c4..aba133a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ESLint rules for [mocha](http://mochajs.org/). ## Install and configure -This plugin requires ESLint `2.0.0` or later. +This plugin requires ESLint `4.0.0` or later. `npm install --save-dev eslint-plugin-mocha` diff --git a/package.json b/package.json index 4e23552..0d6e2d0 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "coveralls": "^3.0.0" }, "peerDependencies": { - "eslint": "^2.0.0 || ^3.0.0 || ^4.0.0" + "eslint": ">= 4.0.0" }, "repository": { "type": "git",