Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: eslint-config-eyeo/package.json

Issue 29496566: Issue 5429 - Upgrade to ESLint 4 (Closed)
Patch Set: Created July 24, 2017, 10:33 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « eslint-config-eyeo/index.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: eslint-config-eyeo/package.json
diff --git a/eslint-config-eyeo/package.json b/eslint-config-eyeo/package.json
index e6019edf6dbf5460afcf5f1992020dad52d16714..b6a06401b23b22288eade228a4654877e51f93dd 100644
--- a/eslint-config-eyeo/package.json
+++ b/eslint-config-eyeo/package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-eyeo",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "ESLint configuration as used by eyeo.",
"main": "index.js",
"repository": {
@@ -23,6 +23,6 @@
"url": "https://issues.adblockplus.org/"
},
"peerDependencies": {
- "eslint": ">= 3.14.1"
+ "eslint": "4"
kzar 2017/07/24 10:50:55 As per Manish's suggestion, I think it's a good id
}
}
« no previous file with comments | « eslint-config-eyeo/index.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld