Change minimum Node version to 6.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@0xproject/base-contract",
|
||||
"version": "0.3.1",
|
||||
"engines": {
|
||||
"node" : ">=8.0.0"
|
||||
"node" : ">=6.12"
|
||||
},
|
||||
"description": "0x Base TS contract",
|
||||
"main": "lib/src/index.js",
|
||||
|
||||
Reference in New Issue
Block a user