From f86cc0dc7a5d75792b8ef7a38cbf9bba04cb6ab4 Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Wed, 9 May 2018 13:29:43 -0700 Subject: Document Node.js version requirement and add it to package.json --- packages/dev-utils/package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/dev-utils/package.json') diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 67b448024..63b93f8ad 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -1,6 +1,9 @@ { "name": "@0xproject/dev-utils", "version": "0.4.1", + "engines": { + "node" : ">=8.0.0" + }, "description": "0x dev TS utils", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", -- cgit v1.2.3