From 34df118160152f4058d3fa30e8c262a346cb997d Mon Sep 17 00:00:00 2001 From: Luis Bosque Date: Thu, 4 Oct 2012 10:59:40 +0200 Subject: [PATCH] fixed problem in cluster2 with pidfile name --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68821fb3..c84b8610 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "email": "simon@vizzuality.com" }, "dependencies": { - "cluster2": "~0.3.1", + "cluster2": "git://github.com/CartoDB/cluster2.git#28cde11", "node-varnish": "0.1.1", "underscore" : "1.1.x", "grainstore" : "~0.6.2",