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

Drop support for Node v0.10 and v0.12
This commit is contained in:
Miroslav Bajtoš 2016-11-15 14:17:53 +01:00 committed by GitHub
commit 7d64a92ce7
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"
- "7"

View File

@ -35,6 +35,9 @@
"lint": "grunt eslint",
"test": "grunt mocha-and-karma"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"async": "^2.0.1",
"bcryptjs": "^2.1.0",