Document Node.js version requirement and add it to package.json

This commit is contained in:
Alex Browne
2018-05-09 13:29:43 -07:00
parent 0457c959dd
commit f86cc0dc7a
30 changed files with 95 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
{
"name": "0x.js",
"version": "0.37.2",
"engines": {
"node" : ">=8.0.0"
},
"description": "A javascript library for interacting with the 0x protocol",
"keywords": [
"0x.js",
@@ -62,9 +65,6 @@
"url": "https://github.com/0xProject/0x-monorepo"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"@0xproject/sol-compiler": "^0.4.3",
"@0xproject/dev-utils": "^0.4.1",