Skip to content

Commit

Permalink
fix(eslint-plugin-react-hooks): node engine updated to version 7 beca…
Browse files Browse the repository at this point in the history
…use of object.entries (#14951)
  • Loading branch information
nutboltu authored and gaearon committed Feb 25, 2019
1 parent 1d6b166 commit 412f882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/facebook/react/issues"
},
"engines": {
"node": ">=6"
"node": ">=7"
},
"homepage": "https://reactjs.org/",
"peerDependencies": {
Expand Down

0 comments on commit 412f882

Please sign in to comment.