Merge pull request #3 from strongloop/feature/support-loopback-2.x
Change loopback peer dep to "1.x || 2.x"
This commit is contained in:
commit
76d379afbc
|
@ -33,6 +33,6 @@
|
|||
"fs-extra": "^0.9.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"loopback": "1.x"
|
||||
"loopback": "1.x || 2.x"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue