Drop support for Node v0.10 and v0.12

This commit is contained in:
Siddhi Pai 2016-11-19 02:25:31 -08:00
parent 5fb7e8fa21
commit cdb137fa74
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
"tag": "next"
},
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=4"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",