Skip to content

Commit

Permalink
deprecate nodejs <8.17, npm<6 (ethjs#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat authored Nov 11, 2023
1 parent 546ed63 commit 6e566cc
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 @@ -152,8 +152,8 @@
"webpack": "2.1.0-beta.15"
},
"engines": {
"npm": ">=3",
"node": ">=6.5.0"
"npm": ">=6",
"node": ">=8.17.0"
},
"keywords": [
"ethereum",
Expand Down

0 comments on commit 6e566cc

Please sign in to comment.