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

Drop support for Node.js versions 0.10 and 0.12
This commit is contained in:
Miroslav Bajtoš 2017-10-23 09:20:37 +02:00 committed by GitHub
commit 01e2e61cfe
2 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,10 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "6"
- "8"
after_success: npm run coverage
# see https://www.npmjs.com/package/phantomjs-prebuilt#continuous-integration

View File

@ -35,6 +35,9 @@
"coverage": "nyc report --reporter=text-lcov | coveralls",
"test": "nyc grunt mocha-and-karma"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"async": "^2.0.1",
"bcryptjs": "^2.1.0",