package.json: add support for loopback 2.x
Modify the peer dependency version spec to include 2.x versions.
This commit is contained in:
parent
ea267a7573
commit
e2a19a9578
|
@ -7,7 +7,7 @@
|
||||||
"test": "mocha"
|
"test": "mocha"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"loopback": "1.x >=1.5"
|
"loopback": "2.x || 1.x >=1.5"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue