diff --git a/docs/providers/azure/examples/hello-world/node/package.json b/docs/providers/azure/examples/hello-world/node/package.json index 2a151f9f75b..0104d1f4049 100644 --- a/docs/providers/azure/examples/hello-world/node/package.json +++ b/docs/providers/azure/examples/hello-world/node/package.json @@ -6,6 +6,6 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "serverless-azure-functions": "^0.1.0" + "serverless-azure-functions": "^1.0.0" } }