Change minimum Node version to 6.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@0xproject/web3-wrapper",
|
||||
"version": "0.6.3",
|
||||
"engines": {
|
||||
"node" : ">=8.0.0"
|
||||
"node" : ">=6.12"
|
||||
},
|
||||
"description": "Wraps around web3 and gives a nicer interface",
|
||||
"main": "lib/src/index.js",
|
||||
|
||||
Reference in New Issue
Block a user