Merge pull request #1198 from strongloop/release/3.x
Prepare for 3.x GA
This commit is contained in:
commit
05f10c859e
10
README.md
10
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).
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.1.0",
|
||||
"publishConfig": {
|
||||
"tag": "next",
|
||||
"export-tests": true
|
||||
},
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
|
|
Loading…
Reference in New Issue