Start 3.x + drop support for Node v0.10/v0.12

Start 3.x + drop support for Node v0.10/v0.12
This commit is contained in:
siddhipai 2016-11-21 13:25:25 -08:00 committed by GitHub
commit 338b43d9a7
1 changed files with 4 additions and 1 deletions

View File

@ -1,10 +1,13 @@
{
"name": "loopback-component-explorer",
"version": "3.0.0",
"version": "4.0.0-alpha.1",
"publishConfig": {
"tag": "next"
},
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=4"
},
"main": "index.js",
"scripts": {
"lint": "eslint .",