From 866336101b7dd930755dd7494434faed774b57e3 Mon Sep 17 00:00:00 2001 From: ehmicky Date: Tue, 25 Jun 2019 11:58:00 -0700 Subject: [PATCH] Update `engines` field in `package.json` (#319) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0e0105eb0..fe44f1c11 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "sindresorhus.com" }, "engines": { - "node": ">=8" + "node": "^8.12.0 || ^9.7.0 || >=10" }, "scripts": { "test": "xo && nyc ava && tsd"