Skip to content

Commit 41507cb

Browse files
Bump uuid dep: node-uuid is deprecated and has moved to uuid
1 parent 67c1e33 commit 41507cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/in-memory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = InMemory
22

3-
var uuid = require('node-uuid')
3+
var uuid = require('node')
44

55
function InMemory (opts) {
66
opts = opts || {}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"license": "MIT",
1919
"dependencies": {
2020
"debug": "^2.2.0",
21-
"node-uuid": "^1.4.3",
2221
"run-parallel": "^1.1.4",
22+
"uuid": "^3.0.1",
2323
"ws": "^0.8.0"
2424
},
2525
"devDependencies": {

0 commit comments

Comments
 (0)