diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-06 16:03:50 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-06 16:03:50 +0100 |
commit | e979fa57f3fe8115c2a78c9e8d4584806a3e954e (patch) | |
tree | e19db5aba808bc1ced0f05d8c682a65ed688438d /webchat | |
parent | 4d4b1568d360cd0b76219a91211627ccb51e7238 (diff) |
webchat: add redis as dependency
Diffstat (limited to 'webchat')
-rw-r--r-- | webchat/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webchat/package.json b/webchat/package.json index cb264a8c..1a9ad47d 100644 --- a/webchat/package.json +++ b/webchat/package.json @@ -4,7 +4,8 @@ "dependencies": { "connect": "2.11.0", "irc": "0.3.6", - "sockjs": "0.3.8" + "sockjs": "0.3.8", + "redis": "0.9.0" }, "scripts": { "test": "tap test/*.js" |