Skip to content

Commit

Permalink
Update the deprecated module with new module
Browse files Browse the repository at this point in the history
The node-uuid module is deprecated and should not be used any more. Change this dependency to uuid module is appropriate.
  • Loading branch information
WANG, Chen authored Jul 19, 2019
1 parent 7adaea0 commit 31738f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "send.js",
"dependencies": {
"amqplib": "../..",
"node-uuid": "*"
"uuid": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 31738f4

Please sign in to comment.