Commit d68a9897 authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Relax peerDependencies for ESLint preset (#1191)

parent 5f570403
Showing with 6 additions and 6 deletions
+6 -6
...@@ -11,11 +11,11 @@ ...@@ -11,11 +11,11 @@
"index.js" "index.js"
], ],
"peerDependencies": { "peerDependencies": {
"babel-eslint": "7.0.0", "babel-eslint": "^7.0.0",
"eslint": "3.8.1", "eslint": "^3.8.1",
"eslint-plugin-flowtype": "2.21.0", "eslint-plugin-flowtype": "^2.21.0",
"eslint-plugin-import": "2.0.1", "eslint-plugin-import": "^2.0.1",
"eslint-plugin-jsx-a11y": "2.2.3", "eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "6.4.1" "eslint-plugin-react": "^6.4.1"
} }
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment