Start development of 2.x
This commit is contained in:
parent
c724d31f0e
commit
5882ea413f
|
@ -14,3 +14,7 @@ node_modules
|
|||
coverage
|
||||
*.tgz
|
||||
*.xml
|
||||
test
|
||||
.travis.yml
|
||||
test
|
||||
.travis.yml
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
Remote REST API connector for [loopback-datasource-juggler](https://github.com/strongloop/loopback-datasource-juggler).
|
||||
|
||||
- The version range 2.x is compatible with LoopBack v3 and newer.
|
||||
- Use the older range 1.x for applications using LoopBack v2.
|
||||
|
||||
## Quick Explanation
|
||||
|
||||
Use this connector to create a datasource from another Loopback application. Below is a quick example:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"name": "loopback-connector-remote",
|
||||
"version": "1.3.2",
|
||||
"version": "2.0.0-alpha.1",
|
||||
"pubishConfig": { "tag": "next" },
|
||||
"description": "Remote REST API connector for Loopback",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
|
|
Loading…
Reference in New Issue