From 7ece46d21ca4f2b12d86968b564b612d39fbf0db Mon Sep 17 00:00:00 2001 From: Haibo Song Date: Thu, 24 Mar 2016 15:09:25 +0800 Subject: [PATCH] Upgrade the azure-storage dependency of the file sample to GA-preview version (0.10.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c1e034..7c0d1b9 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "dependencies": { "node-uuid": "~1.4.0", "request": "~2.56.0", - "azure-storage": "0.6.0" + "azure-storage": "0.10.0" }, "devDependencies": { "jshint": ">= 2.1.4"