Change minimum Node version to 6.12
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "@0xproject/sol-compiler",
|
||||
"version": "0.4.3",
|
||||
"engines": {
|
||||
"node" : ">=8.0.0"
|
||||
"node" : ">=6.12"
|
||||
},
|
||||
"description": "Solidity compiler wrapper and artifactor",
|
||||
"main": "lib/src/index.js",
|
||||
|
||||
Reference in New Issue
Block a user