Update package.json for LB3 release
This commit is contained in:
parent
a9a4fa498d
commit
b60e09756d
|
@ -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:
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue