diff options
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) { |