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:
commit
338b43d9a7
|
@ -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 .",
|
||||
|
|
Loading…
Reference in New Issue