From 9a3b0e15b08d3574a9657eb9eb45e788be6204c4 Mon Sep 17 00:00:00 2001 From: rmadan6864 Date: Fri, 13 Jun 2014 18:05:08 +0530 Subject: [PATCH] Update package.json Can we add new version of msgpack, that will help in getting it installed on windows machine --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 92753ae..2da64aa 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "main":"./lib/index.js", "dependencies": { "websocket": "~1.0.8", - "msgpack": "0.1.8", + "msgpack": "0.2.3", "underscore": "~1.4.4", "cluster2": "~0.4.6", "winston": "~0.7.1",