Merge pull request #69 from strongloop/release/3.x
Update package.json for LB3 release
This commit is contained in:
commit
7259631821
|
@ -5,6 +5,8 @@ Remote REST API connector for [loopback](https://github.com/strongloop/loopback)
|
||||||
- The version range 3.x is compatible with LoopBack v3 and newer.
|
- The version range 3.x is compatible with LoopBack v3 and newer.
|
||||||
- Use the older range 1.x for applications using LoopBack v2.
|
- Use the older range 1.x for applications using LoopBack v2.
|
||||||
|
|
||||||
|
Learn more about our LTS plan in [docs](http://loopback.io/doc/en/contrib/Long-term-support.html).
|
||||||
|
|
||||||
## Quick Explanation
|
## Quick Explanation
|
||||||
|
|
||||||
Use this connector to create a datasource from another Loopback application. Below is a quick example:
|
Use this connector to create a datasource from another Loopback application. Below is a quick example:
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector-remote",
|
"name": "loopback-connector-remote",
|
||||||
"version": "3.1.0",
|
"version": "3.1.0",
|
||||||
"pubishConfig": {
|
|
||||||
"tag": "next"
|
|
||||||
},
|
|
||||||
"description": "Remote REST API connector for Loopback",
|
"description": "Remote REST API connector for Loopback",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue