Index: eslint-config-eyeo/package.json |
diff --git a/eslint-config-eyeo/package.json b/eslint-config-eyeo/package.json |
index 875b2169ad899980d2f4ab8bc0b75ecc654b1d5e..0421c276a3f7e50e4cb298cdf4cc5a66bf65221e 100644 |
--- a/eslint-config-eyeo/package.json |
+++ b/eslint-config-eyeo/package.json |
@@ -23,6 +23,6 @@ |
"url": "https://issues.adblockplus.org/" |
}, |
"peerDependencies": { |
- "eslint": "4" |
+ "eslint": "5" |
Sebastian Noack
2018/07/13 16:13:47
As far as I understand, this would request ==5.0.0
tlucas
2018/07/13 16:22:30
With npm's "semver" thingy in place, this would (c
Sebastian Noack
2018/07/13 17:06:57
You seem to be right. I initially misunderstood th
tlucas
2018/07/18 10:37:34
Acknowledged and done.
|
} |
} |