Updated to use tagged version of loopback-datasource-juggler and strong-remoting

This commit is contained in:
cgole 2013-09-04 22:41:55 -07:00
parent 61c30e58b9
commit 28c357efbf
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@
"dependencies": {
"debug": "~0.7.2",
"express": "~3.1.1",
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git",
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
"loopback-datasource-juggler": "git+ssh://git@github.com:strongloop/loopback-datasource-juggler.git#v1.2.0",
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git#v1.2.0",
"inflection": "~1.2.5",
"bcrypt": "~0.7.6",
"passport": "~0.1.17",