summaryrefslogtreecommitdiffstats
path: root/app/core/presence/connection.js
diff options
context:
space:
mode:
authorHoussam Haidar <haidar647@gmail.com>2016-11-28 00:31:02 -0500
committerGitHub <noreply@github.com>2016-11-28 00:31:02 -0500
commitc0f04e9dafbdd8512db2d424645decb9f4994ac4 (patch)
treea89bab18556f98bb99bb76d0756013238476690b /app/core/presence/connection.js
parentd483645b9d89e9ff0460317ffd504b5b689699bd (diff)
parentf9ce0aa6657230dffe3e69c94e0082ca88c4c1ed (diff)
downloadlets-chat-master.zip
lets-chat-master.tar.gz
lets-chat-master.tar.bz2
Merge pull request #723 from marcbachmann/update-uuidHEADorigin/masterorigin/HEADmaster
Update uuid to version 3.0.0
Diffstat (limited to 'app/core/presence/connection.js')
-rw-r--r--app/core/presence/connection.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/core/presence/connection.js b/app/core/presence/connection.js
index ab196fb..7368e4d 100644
--- a/app/core/presence/connection.js
+++ b/app/core/presence/connection.js
@@ -2,7 +2,7 @@
var EventEmitter = require('events').EventEmitter,
util = require('util'),
- uuid = require('node-uuid');
+ uuid = require('uuid');
function Connection(type, user) {