Merge pull request #13 from strongloop/feature/support-loopback-2.x
package.json: add support for loopback 2.x
This commit is contained in:
commit
d5b433c148
|
@ -7,7 +7,7 @@
|
|||
"test": "mocha"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"loopback": "1.x >=1.5"
|
||||
"loopback": "2.x || 1.x >=1.5"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Reference in New Issue