pkg: require node.js 7.

This commit is contained in:
Christopher Jeffrey 2017-06-24 04:48:37 -07:00
parent 2ef4d137e6
commit a0bd9680fe
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -20,7 +20,7 @@
"wallet"
],
"engines": {
"node": "^4.5.0 || >=5.10.0"
"node": ">=7.0.0"
},
"dependencies": {
"bn.js": "4.11.6",