From cd6ba8eb0b5563758bc93383b702174522d0d964 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2EFernando=20S=C3=A1nchez?= Date: Fri, 25 May 2012 13:22:29 +0200 Subject: [PATCH] New version of the monkey --- hookio/monkey/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hookio/monkey/package.json b/hookio/monkey/package.json index a8f400d..08486e1 100644 --- a/hookio/monkey/package.json +++ b/hookio/monkey/package.json @@ -1,9 +1,10 @@ { "name": "monkey.io" , "description": "Proxy between socket.io and hook.io. Based on chat.io" - , "version": "0.0.2" + , "version": "0.0.3" , "dependencies": { - "express": "2.5.5" + "hook.io-web40" : "*" + , "express": "2.5.5" , "jade": "0.16.4" , "stylus": "0.19.0" , "nib": "0.2.0"