Merge pull request #1198 from strongloop/release/3.x

Prepare for 3.x GA
This commit is contained in:
Miroslav Bajtoš 2016-12-21 10:49:55 +01:00 committed by GitHub
commit 05f10c859e
2 changed files with 9 additions and 2 deletions

View File

@ -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). 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 ## Usage
Install Juggler: Install Juggler:
@ -22,4 +30,4 @@ See the [official documentation](http://docs.strongloop.com).
### Creating data sources programmatically ### 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).

View File

@ -2,7 +2,6 @@
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "3.1.0", "version": "3.1.0",
"publishConfig": { "publishConfig": {
"tag": "next",
"export-tests": true "export-tests": true
}, },
"description": "LoopBack DataSoure Juggler", "description": "LoopBack DataSoure Juggler",