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": "@0xproject/typescript-typings",
"version": "0.3.1",
"engines": {
"node" : ">=6.12"
},
"description": "0x project typescript type definitions",
"scripts": {
"watch": "tsc -w",