Merge pull request #13 from strongloop/feature/support-loopback-2.x

package.json: add support for loopback 2.x
This commit is contained in:
Miroslav Bajtoš 2014-05-28 19:21:17 +02:00
commit d5b433c148
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"test": "mocha"
},
"peerDependencies": {
"loopback": "1.x >=1.5"
"loopback": "2.x || 1.x >=1.5"
},
"repository": {
"type": "git",