Update node engine requirement to >=7.6.0
Async/await support comes by default in node version 7.6.0
This commit is contained in:
parent
ffec8ff2d7
commit
c3f6bc9a09
@ -20,7 +20,7 @@
|
||||
"wallet"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=7.0.0"
|
||||
"node": ">=7.6.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bn.js": "4.11.7",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user