Rename sl-remoting to strong-remoting
This commit is contained in:
parent
836df227c6
commit
345435e7b2
|
@ -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.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
|
||||
var loopback = require('../loopback');
|
||||
var RemoteObjects = require('sl-remoting');
|
||||
var RemoteObjects = require('strong-remoting');
|
||||
|
||||
/**
|
||||
* Export the middleware.
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue