We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f57cdfc + fe31a00 commit 989a846Copy full SHA for 989a846
package.json
@@ -18,7 +18,7 @@
18
],
19
"dependencies": {
20
"faye-websocket": "^0.10.0",
21
- "node-uuid": "^1.4.1"
+ "uuid": "^2.0.2"
22
},
23
"devDependencies": {
24
"coffee-script": "^1.8.0"
src/transport.coffee
@@ -5,7 +5,7 @@
5
# ***** END LICENSE BLOCK *****
6
7
stream = require('stream')
8
-uuid = require('node-uuid')
+uuid = require('uuid')
9
utils = require('./utils')
10
11
class Transport
0 commit comments