From dced8e247623e55617dab7ffe5132fcbf9cef5e3 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Thu, 19 Apr 2012 10:29:29 -0600 Subject: [PATCH] update to published v0.0.6 of node-client-sessions which is bitwise identical to what we were using before, just not hosted as a tgz on lloyd's github account - issue #1449 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e81227495..e75ed621d 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "connect": "1.7.2", "convict": "0.0.6", "cjson": "0.0.6", - "client-sessions": "https://github.com/downloads/lloyd/node-client-sessions/d5f06c5.tgz", + "client-sessions": "0.0.6", "connect-cachify": "0.0.9", "connect-cookie-session": "0.0.2", "connect-logger-statsd": "0.0.1", -- GitLab