From e2aa22265ef1b41cd8b0f8ccdd883720f654d213 Mon Sep 17 00:00:00 2001 From: Levi Buzolic Date: Fri, 13 Aug 2021 18:01:54 +1000 Subject: [PATCH] Target node >=5 which supports the spread syntax which is used in the package --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1361e6d..14896ee 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint": ">=3.0.0" }, "engines": { - "node": ">=4.0.0" + "node": ">=5.0.0" }, "license": "MIT", "repository": {