Drop support for Node v0.10 and v0.12
This commit is contained in:
parent
e07feb838f
commit
d146476757
|
@ -1,8 +1,6 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4"
|
||||
- "6"
|
||||
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue