Skip to content

Commit c249eb0

Browse files
committed
deprecate nodejs <8.17, npm<6
1 parent ba30e7a commit c249eb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/developer-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ After build staging it is the `lib` folder which actually gets published to NPM.
7575
## NPM/Node Version Requirements
7676

7777
`ethjs` requires you have:
78-
- `nodejs` -v 6.5.0+
79-
- `npm` -v 3.0+
78+
- `nodejs` -v 8.17.0+
79+
- `npm` -v 6.0+
8080

8181
This is a requirement to run, test, lint and build this module.
8282

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"web3"
4141
],
4242
"engines": {
43-
"npm": ">=3",
44-
"node": ">=6.5.0"
43+
"npm": ">=6",
44+
"node": ">=8.17.0"
4545
},
4646
"author": "Nick Dodson <nick.dodson@consensys.net>",
4747
"license": "MIT",

0 commit comments

Comments
 (0)