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