Skip to content

Commit 31738f4

Browse files
author
WANG, Chen
authored
Update the deprecated module with new module
The node-uuid module is deprecated and should not be used any more. Change this dependency to uuid module is appropriate.
1 parent 7adaea0 commit 31738f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/tutorials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "send.js",
66
"dependencies": {
77
"amqplib": "../..",
8-
"node-uuid": "*"
8+
"uuid": "*"
99
},
1010
"scripts": {
1111
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)