Drop support for Node 0.10
This commit is contained in:
parent
c839a0b0a3
commit
11efbf034e
@ -24,5 +24,4 @@ env:
|
|||||||
|
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
|
||||||
- "6"
|
- "6"
|
||||||
|
@ -56,7 +56,7 @@
|
|||||||
"test": "make test-all"
|
"test": "make test-all"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=0.8 <0.11",
|
"node": ">=6.9",
|
||||||
"npm": ">=2.14.16"
|
"npm": ">=3.10"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user