Skip to content

Commit

Permalink
BREAKING: require eslint@>=6.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 27, 2019
1 parent 0b94440 commit 41e5962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-config-standard-jsx": "^8.0.0"
},
"devDependencies": {
"eslint": "^6.0.1",
"eslint": "^6.2.2",
"eslint-plugin-react": "^7.6.1",
"tape": "^4.8.0"
},
Expand Down Expand Up @@ -50,7 +50,7 @@
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": ">=5.0.0",
"eslint": ">=6.2.2",
"eslint-plugin-react": ">=7.6.1"
},
"repository": {
Expand Down

0 comments on commit 41e5962

Please sign in to comment.