Change loopback peer dep to "1.x || 2.x"

Support the upcoming 2.x version of LoopBack.

The devDependency is intentionally kept at 1.x to ensure the module
supports LoopBack 1.x too.
This commit is contained in:
Miroslav Bajtoš 2014-05-28 16:03:56 +02:00
parent 32ccacfbf7
commit 6196054a8b
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"
}
}