Merge pull request #196 from strongloop/release-lb3

Prepare for 4.x GA
This commit is contained in:
Miroslav Bajtoš 2016-12-21 10:52:51 +01:00 committed by GitHub
commit 0a86410e19
2 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,19 @@
Browse and test your LoopBack app's APIs.
## Supported versions
Current|Long Term Support
:-:|:-:
4.x|2.x
Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html).
*The only difference between 3.x and 4.x versions is which Node.js versions
are supported (loopback-component-explorer 4.x dropped support for pre-v4
versions of Node.js). Therefore we decided to not maintain 3.x version line and
provide LTS support for the 2.x version line instead.*
## Basic Usage
Below is a simple LoopBack application. The explorer is mounted at `/explorer`.

View File

@ -1,9 +1,6 @@
{
"name": "loopback-component-explorer",
"version": "4.0.0-alpha.1",
"publishConfig": {
"tag": "next"
},
"version": "4.0.0",
"description": "Browse and test your LoopBack app's APIs",
"engines": {
"node": ">=4"