Merge pull request #5 from ematipico/patch-1
authorAlessandro Pio Ardizio <alessandroardizio94@gmail.com>
Thu, 23 Jan 2020 18:41:57 +0000 (19:41 +0100)
committerGitHub <noreply@github.com>
Thu, 23 Jan 2020 18:41:57 +0000 (19:41 +0100)
chore: add engines to the package.json

package.json

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