Merge pull request #578 from 0xProject/document-node-version

Document Node.js version requirement and add it to package.json
This commit is contained in:
Alex Browne
2018-05-15 10:51:49 -07:00
committed by GitHub
29 changed files with 86 additions and 6 deletions

View File

@@ -1,6 +1,9 @@
{
"name": "0x.js",
"version": "0.37.2",
"engines": {
"node" : ">=6.12"
},
"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/abi-gen": "^0.2.13",
"@0xproject/sol-compiler": "^0.4.3",