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": "@0xproject/assert",
"version": "0.2.9",
"engines": {
"node" : ">=8.0.0"
},
"description": "Provides a standard way of performing type and schema validation across 0x projects",
"main": "lib/src/index.js",
"types": "lib/src/index.d.ts",