mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(package) spero v1.2.0
This commit is contained in:
parent
253dc5224e
commit
f2da10d1ca
2 changed files with 6 additions and 6 deletions
|
|
@ -63,17 +63,17 @@
|
|||
function create(callback) {
|
||||
exec.series([
|
||||
function(fn) {
|
||||
spero(function() {
|
||||
spero(function(copier) {
|
||||
fn();
|
||||
|
||||
spero.on('connect', function() {
|
||||
copier.on('connect', function() {
|
||||
copyFn = function(data, callback) {
|
||||
setListeners(spero, callback);
|
||||
spero.copy(data.from, data.to, data.names);
|
||||
setListeners(copier, callback);
|
||||
copier.copy(data.from, data.to, data.names);
|
||||
};
|
||||
});
|
||||
|
||||
spero.on('disconnect', function() {
|
||||
copier.on('disconnect', function() {
|
||||
copyFn = DOM.RESTful.cp;
|
||||
});
|
||||
});
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
"rendy": "~1.1.0",
|
||||
"restafary": "~1.3.0",
|
||||
"socket.io": "~1.3.6",
|
||||
"spero": "~1.1.4",
|
||||
"spero": "~1.2.0",
|
||||
"try-catch": "~1.0.0",
|
||||
"tryrequire": "~1.1.5"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue