From 01148f33273166eead6d055ea2160387ce7cc512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Sat, 16 Nov 2019 15:57:42 +0000 Subject: [PATCH] Upgrade engines field to Node.js >=8.3 support This package have never actually supported Node.js 8.0.0 - 8.2.1 so this shouldn't be a breaking change, the de facto oldest supported Node.js version have always been 8.3.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d14a36a..7a79cbf 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "sindresorhus.com" }, "engines": { - "node": ">=8" + "node": ">=8.3" }, "scripts": { "test": "xo && ava && tsd"