Skip to content

Commit

Permalink
Update peer dependencies and allow babel-eslint 11
Browse files Browse the repository at this point in the history
  • Loading branch information
danez committed Feb 10, 2019
1 parent 7c39f94 commit 3a5d6ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint/babel-eslint-config-internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"main": "index.js",
"peerDependencies": {
"babel-eslint": "^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0",
"eslint-plugin-flowtype": "^2 || ^3"
"babel-eslint": "^10.0.0 || ^11.0.0-0",
"eslint-plugin-flowtype": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 3a5d6ee

Please sign in to comment.