From c83102229ca0b7bdf2a68f616e7816507fd4d9bd Mon Sep 17 00:00:00 2001 From: Michael Wei Date: Wed, 12 Sep 2018 12:24:47 -0700 Subject: [PATCH] :heavy_plus_sign: require node 0.10.0 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 9925ad2..781cd84 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,9 @@ "typescript": "calebsander/TypeScript#feature/bigint-lkg", "webpack": "^4.16.5", "webpack-cli": "^3.1.0" + }, + "engines": { + "node": ">= 0.10.0" }, "publishConfig": { "access": "public"