File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
8181This is a requirement to run, test, lint and build this module.
8282
Original file line number Diff line number Diff line change 132132 "webpack" : " 2.1.0-beta.15"
133133 },
134134 "engines" : {
135- "node" : " >=6.5 .0" ,
136- "npm" : " >=3 "
135+ "node" : " >=8.17 .0" ,
136+ "npm" : " >=6 "
137137 },
138138 "eslintConfig" : {
139139 "parser" : " babel-eslint" ,
209209 "lint:js" : " npm run lint:eslint -- . " ,
210210 "lint:staged" : " lint-staged" ,
211211 "prebuild" : " npm run build:clean && npm run test" ,
212- "prepublish " : " npm run build" ,
212+ "prepare " : " npm run build" ,
213213 "pretest" : " npm run lint" ,
214214 "release" : " npmpub" ,
215215 "start" : " npm test" ,
You can’t perform that action at this time.
0 commit comments