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:
Miroslav Bajtoš 2014-05-28 16:06:56 +02:00
commit 76d379afbc
1 changed files with 1 additions and 1 deletions

View File

@ -33,6 +33,6 @@
"fs-extra": "^0.9.1"
},
"peerDependencies": {
"loopback": "1.x"
"loopback": "1.x || 2.x"
}
}