From 065e1b054f6fd27d2df884fbf1e69394b20d1f6f Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Tue, 20 Dec 2016 15:49:26 -0800 Subject: [PATCH] Updates for LB3 release * Update package.json publishConfig * Add note to README.md --- README.md | 13 +++++++++++++ package.json | 5 +---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca167bd..9e966bd 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/package.json b/package.json index 10bbf90..f5042a7 100644 --- a/package.json +++ b/package.json @@ -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"