From: Emanuele Date: Thu, 23 Jan 2020 13:22:39 +0000 (+0000) Subject: chore: add engines to the package.json X-Git-Tag: v1.0.0~2^2~1 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=da1f2de4c9c3a375bbd50f1daf65d1b74afd0bf4;p=poolifier.git chore: add engines to the package.json Closes #4 --- 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" } }