diff options
author | Houssam Haidar <haidar647@gmail.com> | 2016-11-28 00:31:02 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-28 00:31:02 -0500 |
commit | c0f04e9dafbdd8512db2d424645decb9f4994ac4 (patch) | |
tree | a89bab18556f98bb99bb76d0756013238476690b /app/core/presence/connection.js | |
parent | d483645b9d89e9ff0460317ffd504b5b689699bd (diff) | |
parent | f9ce0aa6657230dffe3e69c94e0082ca88c4c1ed (diff) | |
download | lets-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.js | 2 |
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) { |