From da1f2de4c9c3a375bbd50f1daf65d1b74afd0bf4 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Thu, 23 Jan 2020 13:22:39 +0000 Subject: [PATCH] chore: add engines to the package.json Closes #4 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2ac5375d..95702e9e 100644 --- a/package.json +++ b/package.json @@ -46,5 +46,8 @@ "nyc": "^15.0.0", "standard": "^14.3.1", "worker-threads-pool": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" } } -- 2.34.1