Drop support for Node v0.10 and v0.12
This commit is contained in:
parent
5fb7e8fa21
commit
cdb137fa74
|
@ -5,6 +5,9 @@
|
|||
"tag": "next"
|
||||
},
|
||||
"description": "Browse and test your LoopBack app's APIs",
|
||||
"engines": {
|
||||
"node": ">=4"
|
||||
},
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
|
|
Loading…
Reference in New Issue