]> git.example.dev Git - binbsis50.git/commitdiff
updated minimum required Node.js version to 8.3.0
authorLuigi Pinca <luigipinca@gmail.com>
Sat, 8 Feb 2020 17:23:37 +0000 (18:23 +0100)
committerLuigi Pinca <luigipinca@gmail.com>
Sat, 8 Feb 2020 17:23:37 +0000 (18:23 +0100)
package.json

index e6806749ae58617fe0a9dc9b8d88f5a5f67cc0bd..a4de021198b57f5e5cf653405ac4e04ba79d0961 100644 (file)
@@ -13,7 +13,7 @@
     "start": "node app.js"
   },
   "engines": {
-    "node": ">=6.0.0"
+    "node": ">=8.3.0"
   },
   "dependencies": {
     "async": "^2.6.2",