diff --git a/examples/tutorials/package.json b/examples/tutorials/package.json index 71f49afe..e931546f 100644 --- a/examples/tutorials/package.json +++ b/examples/tutorials/package.json @@ -5,7 +5,7 @@ "main": "send.js", "dependencies": { "amqplib": "../..", - "node-uuid": "*" + "uuid": "*" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1"