diff options
author | lassulus <lassulus@googlemail.com> | 2013-11-06 14:32:54 +0100 |
---|---|---|
committer | lassulus <lassulus@googlemail.com> | 2013-11-06 14:32:54 +0100 |
commit | 63480bb3e7f268e91bbd143f18c3e5df324b1874 (patch) | |
tree | 0322495ebead6d284fb0724333c338567cc62782 | |
parent | 8d049b2de9da1f549da9e5bb8c1b6225a0b0edff (diff) |
webchat: fix package.json
-rw-r--r-- | webchat/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webchat/package.json b/webchat/package.json index 894ac7e8..cb264a8c 100644 --- a/webchat/package.json +++ b/webchat/package.json @@ -4,7 +4,7 @@ "dependencies": { "connect": "2.11.0", "irc": "0.3.6", - "sockjs": "0.3.8", + "sockjs": "0.3.8" }, "scripts": { "test": "tap test/*.js" |