From a41c158fbe493b221ef3f01b13adebf9e1901ab7 Mon Sep 17 00:00:00 2001 From: Nicolas Lupien Date: Mon, 21 Oct 2013 15:30:09 -0400 Subject: [PATCH 1/5] Update component.json --- component.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/component.json b/component.json index cdfe2eb9e..db27249fc 100644 --- a/component.json +++ b/component.json @@ -2,12 +2,12 @@ "name": "socket.io", "version": "1.0.0", "dependencies": { - "learnboost/engine.io-client": "0.4.0", + "learnboost/engine.io-client": "*", "learnboost/socket.io-protocol": "1.0.2", - "component/emitter": "0.0.6", - "component/bind": "0.0.1", + "component/emitter": "*", + "component/bind": "*", "component/json-fallback": "*", - "timoxley/to-array": "0.1.4", + "timoxley/to-array": "*", "visionmedia/debug": "*" }, "scripts": [ @@ -15,6 +15,9 @@ "lib/manager.js", "lib/engine.js", "lib/socket.js", - "lib/emitter.js" - ] + "lib/emitter.js", + "lib/url.js", + "lib/on.js" + ], + "main": "lib/index.js" } From 713cdbabaafc994bbbc6d27516e7fed15af4126a Mon Sep 17 00:00:00 2001 From: Nicolas Lupien Date: Mon, 21 Oct 2013 15:31:20 -0400 Subject: [PATCH 2/5] Update component.json --- component.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index db27249fc..edcd5d34e 100644 --- a/component.json +++ b/component.json @@ -8,7 +8,8 @@ "component/bind": "*", "component/json-fallback": "*", "timoxley/to-array": "*", - "visionmedia/debug": "*" + "visionmedia/debug": "*", + "component/url": "*" }, "scripts": [ "lib/index.js", From ab80551045076b8de65e4ecbfb1261afa64206b0 Mon Sep 17 00:00:00 2001 From: Nicolas Lupien Date: Mon, 21 Oct 2013 15:32:45 -0400 Subject: [PATCH 3/5] Update component.json --- component.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component.json b/component.json index edcd5d34e..984725365 100644 --- a/component.json +++ b/component.json @@ -3,7 +3,7 @@ "version": "1.0.0", "dependencies": { "learnboost/engine.io-client": "*", - "learnboost/socket.io-protocol": "1.0.2", + "learnboost/socket.io-protocol": "*", "component/emitter": "*", "component/bind": "*", "component/json-fallback": "*", From 3afaa468ece7121f62286e468377d2dfc308d53c Mon Sep 17 00:00:00 2001 From: Nicolas Lupien Date: Mon, 21 Oct 2013 15:35:13 -0400 Subject: [PATCH 4/5] Update component.json --- component.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index 984725365..ad32399d3 100644 --- a/component.json +++ b/component.json @@ -9,7 +9,8 @@ "component/json-fallback": "*", "timoxley/to-array": "*", "visionmedia/debug": "*", - "component/url": "*" + "component/url": "*", + "component/bind": "*" }, "scripts": [ "lib/index.js", From 6bae1a25f4defd05c1a4bad1a588590d0a3427c4 Mon Sep 17 00:00:00 2001 From: Nicolas Lupien Date: Mon, 21 Oct 2013 15:36:29 -0400 Subject: [PATCH 5/5] Update component.json --- component.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component.json b/component.json index ad32399d3..bf5b26b19 100644 --- a/component.json +++ b/component.json @@ -10,7 +10,8 @@ "timoxley/to-array": "*", "visionmedia/debug": "*", "component/url": "*", - "component/bind": "*" + "component/bind": "*", + "component/object": "*" }, "scripts": [ "lib/index.js",