Merge branch 'release/2.0.0-beta4' into production

This commit is contained in:
Raymond Feng 2014-07-16 12:32:42 -07:00
commit 42c6c9c4a4
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "2.0.0-beta3", "version": "2.0.0-beta4",
"description": "LoopBack DataSoure Juggler", "description": "LoopBack DataSoure Juggler",
"keywords": [ "keywords": [
"StrongLoop", "StrongLoop",
@ -28,8 +28,9 @@
}, },
"dependencies": { "dependencies": {
"async": "~0.9.0", "async": "~0.9.0",
"loopback-connector": "1.x",
"debug": "~1.0.2", "debug": "~1.0.2",
"inflection": "~1.3.8",
"loopback-connector": "1.x",
"qs": "~0.6.6", "qs": "~0.6.6",
"traverse": "~0.6.6" "traverse": "~0.6.6"
}, },