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

@@ -3,7 +3,7 @@
"name": "@0xproject/react-docs-example",
"version": "0.0.11",
"engines": {
"node" : ">=8.0.0"
"node" : ">=6.12"
},
"description": "An example app using react-docs",
"scripts": {