Document Node.js version requirement and add it to package.json
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{
|
||||
"name": "@0xproject/typescript-typings",
|
||||
"version": "0.3.1",
|
||||
"engines": {
|
||||
"node" : ">=8.0.0"
|
||||
},
|
||||
"description": "0x project typescript type definitions",
|
||||
"scripts": {
|
||||
"build": "tsc && copyfiles -u 1 './lib/**/*' ./scripts",
|
||||
|
Reference in New Issue
Block a user