chore: add engines to the package.json
authorEmanuele <my.burning@gmail.com>
Thu, 23 Jan 2020 13:22:39 +0000 (13:22 +0000)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 13:22:39 +0000 (13:22 +0000)
Closes #4

package.json

index 2ac5375d4969cb293b4686cab7766b2430460126..95702e9e62418ea8daa6482f4376804a2862ead4 100644 (file)
@@ -46,5 +46,8 @@
     "nyc": "^15.0.0",
     "standard": "^14.3.1",
     "worker-threads-pool": "^2.0.0"
+  },
+  "engines": {
+    "node": ">=10.0.0"
   }
 }