Bump min required node.js version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
language: node_js
|
||||
|
||||
node_js: "4"
|
||||
node_js: "6"
|
||||
|
||||
before_script:
|
||||
- npm run setup
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"run": "node -r source-map-support/register example/testBot.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=4.8.7"
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"author": "CasperTech Ltd",
|
||||
"license": "MIT",
|
||||
|
||||
Reference in New Issue
Block a user