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