From f59856c278fc6dc1c835351311c9e3c64413e9ab Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Thu, 2 May 2019 09:58:22 -0700 Subject: [PATCH] build!: upgrade engines field to >=8.10.0 --- 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" } }