Drop support for Node v0.10/v0.12
Also add Node 7 to .travis.yml.
This commit is contained in:
parent
c8845ff448
commit
05d8844399
|
@ -1,7 +1,6 @@
|
||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
|
||||||
- "0.12"
|
|
||||||
- "4"
|
- "4"
|
||||||
- "6"
|
- "6"
|
||||||
|
- "7"
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
"description": "Error handler for use in development and production environments.",
|
"description": "Error handler for use in development and production environments.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.2.1",
|
"version": "1.2.1",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=4"
|
||||||
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/strongloop/strong-error-handler.git"
|
"url": "https://github.com/strongloop/strong-error-handler.git"
|
||||||
|
|
Loading…
Reference in New Issue