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/typescript-typings/package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'packages/typescript-typings') diff --git a/packages/typescript-typings/package.json b/packages/typescript-typings/package.json index ad865854c..2e03ed5ea 100644 --- a/packages/typescript-typings/package.json +++ b/packages/typescript-typings/package.json @@ -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", -- cgit v1.2.3