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",