Rename sl-remoting to strong-remoting

This commit is contained in:
Ritchie Martori 2013-07-19 12:07:04 -07:00
parent 836df227c6
commit 345435e7b2
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
var DataSource = require('loopback-data').DataSource
, ModelBuilder = require('loopback-data').ModelBuilder
, assert = require('assert')
, RemoteObjects = require('sl-remoting');
, RemoteObjects = require('strong-remoting');
/**
* Export the app prototype.

View File

@ -3,7 +3,7 @@
*/
var loopback = require('../loopback');
var RemoteObjects = require('sl-remoting');
var RemoteObjects = require('strong-remoting');
/**
* Export the middleware.

View File

@ -9,7 +9,7 @@
"debug": "latest",
"express": "~3.1.1",
"loopback-data": "git+ssh://git@github.com:strongloop/loopback-data.git",
"sl-remoting": "git+ssh://git@github.com:strongloop/sl-remoting.git",
"strong-remoting": "git+ssh://git@github.com:strongloop/strong-remoting.git",
"inflection": "~1.2.5",
"bcrypt": "~0.7.6",
"passport": "~0.1.17",