diff options
| author | Ben Beltran <ben@freshout.us> | 2013-09-18 11:38:58 -0500 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-09-18 11:38:58 -0500 |
| commit | 8da0b42efdcb76752d822b0ce7131d792d223be3 (patch) | |
| tree | 67289bbdbddeb9f44a921c281095ccf146cf73af /package.json | |
| parent | b39688c9e0d42361c2351a2c66068fc634cb6557 (diff) | |
Uses proper socket.io dependency
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 66c40d6..68ce318 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "url" : "http://github.com/ktlacaelel" } ], - "version" : "0.1.8", + "version" : "0.1.9", "dependencies" : { "neon" : "1.0.x", - "socket.io" : "0.9.x", + "socket.io-client" : "0.9.x", "colors" : "0.x.x", "emailjs" : "0.3.x", "microtime" : "0.3.x" |