Change minimum Node version to 6.12

This commit is contained in:
Alex Browne
2018-05-10 11:46:02 -07:00
parent f86cc0dc7a
commit fdeab0475c
30 changed files with 38 additions and 38 deletions

View File

@@ -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",