Allow peer to use beta2 of datasource-juggler (and future)

Signed-off-by: Laurent Chenay <lchenay@gmail.com>
This commit is contained in:
Laurent 2014-06-25 14:17:57 +02:00 committed by Laurent Chenay
parent 27a632cd1f
commit 41b826d3c5
1 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@
"debug": "~0.8.1",
"express": "4.x",
"body-parser": "~1.2.2",
"strong-remoting": "2.0.0-beta4",
"strong-remoting": "~2.0.0-beta4",
"inflection": "~1.3.5",
"nodemailer": "~0.6.5",
"ejs": "~1.0.0",
@ -46,13 +46,13 @@
"canonical-json": "0.0.4"
},
"peerDependencies": {
"loopback-datasource-juggler": "2.0.0-beta1"
"loopback-datasource-juggler": "~2.0.0-beta1"
},
"devDependencies": {
"cookie-parser": "~1.1.0",
"errorhandler": "~1.0.1",
"serve-favicon": "~2.0.0",
"loopback-datasource-juggler": "2.0.0-beta1",
"loopback-datasource-juggler": "~2.0.0-beta1",
"mocha": "~1.20.1",
"strong-task-emitter": "0.0.x",
"supertest": "~0.13.0",