From b60e09756dbd3438bdf2bdc19be4b1362d76c4d1 Mon Sep 17 00:00:00 2001 From: Simon Ho Date: Tue, 20 Dec 2016 16:57:21 -0800 Subject: [PATCH] Update package.json for LB3 release --- README.md | 10 +++++++++- package.json | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6bdbe9a..e8b2234a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ An ORM/ODM that provides a common set of interfaces for interacting with databases, REST APIs, and other types of data sources. It was originally forked from [JugglingDB](https://github.com/1602/jugglingdb). +## Supported versions + +Current|Long Term Support +:-:|:-: +3.x|2.x + +Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html). + ## Usage Install Juggler: @@ -22,4 +30,4 @@ See the [official documentation](http://docs.strongloop.com). ### Creating data sources programmatically -See [Advanced topics: data sources](http://docs.strongloop.com/display/LB/Advanced+topics%3A+data+sources). +See [Advanced topics: data sources](http://docs.strongloop.com/display/LB/Advanced+topics%3A+data+sources). diff --git a/package.json b/package.json index db138f02..2d5c82c0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "loopback-datasource-juggler", "version": "3.1.0", "publishConfig": { - "tag": "next", "export-tests": true }, "description": "LoopBack DataSoure Juggler",