From 78ab89c15336f8e7279b2d34c4fd5c44669f3c6e Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 2 May 2019 11:30:51 -0700 Subject: [PATCH] build!: upgrade engines field to >=8.10.0 (#108) --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index c23f084..d200243 100644 --- a/package.json +++ b/package.json @@ -43,5 +43,8 @@ "source-map-support": "^0.5.6", "typescript": "^3.0.0", "linkinator": "^1.1.2" + }, + "engines": { + "node": ">=8.10.0" } }