Bump node.js version required to 7.6.0 (when async/await was introduced)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"run": "node -r source-map-support/register example/testBot.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.12.2"
|
||||
"node": ">=7.6.0"
|
||||
},
|
||||
"author": "CasperTech Ltd",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user