Merge pull request #272 from strongloop/drop-support-node-0.x

Drop support for Node.js versions 0.10 and 0.12
This commit is contained in:
Miroslav Bajtoš 2017-10-23 09:27:52 +02:00 committed by GitHub
commit 11058e9afa
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,7 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "8"

View File

@ -19,6 +19,9 @@
"posttest": "npm run lint",
"lint": "eslint ."
},
"engines": {
"node": ">=4"
},
"license": "MIT",
"dependencies": {
"async": "~0.9.0",