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
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.12"
|
||||
- "4"
|
||||
- "6"
|
||||
- "7"
|
||||
|
|
|
@ -3,6 +3,9 @@
|
|||
"description": "Error handler for use in development and production environments.",
|
||||
"license": "MIT",
|
||||
"version": "1.2.1",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/strongloop/strong-error-handler.git"
|
||||
|
|
Loading…
Reference in New Issue