8000 Merge pull request #199 from antialias/defunctzombie-uuid · sockjs/sockjs-node@989a846 · GitHub
[go: up one dir, main page]

Skip to content

Commit 989a846

Browse files
committed
Merge pull request #199 from antialias/defunctzombie-uuid
using defunctzombie fork of uuid because node-uuid has been abandoned by developer
2 parents f57cdfc + fe31a00 commit 989a846

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"faye-websocket": "^0.10.0",
21-
"node-uuid": "^1.4.1"
21+
"uuid": "^2.0.2"
2222
},
2323
"devDependencies": {
2424
"coffee-script": "^1.8.0"

src/transport.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# ***** END LICENSE BLOCK *****
66

77
stream = require('stream')
8-
uuid = require('node-uuid')
8+
uuid = require('uuid')
99
utils = require('./utils')
1010

1111
class Transport

0 commit comments

Comments
 (0)
0