From eb482f8f020a18f17ce8229cbeaa1e8b7466ea0d Mon Sep 17 00:00:00 2001 From: Haibo Song Date: Thu, 24 Mar 2016 15:22:34 +0800 Subject: [PATCH] Upgrade the azure-storage dependency of the table sample to GA-preview version (0.10.0) and add .gitignore which is missing before --- .gitignore | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..292ca8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +*.dll +*.xml +node_modules/ + +# Visual Studio # +.settings/ +.vscode/ +*.sln +*.suo +*.user +*.suo +.ntvs_analysis.* \ No newline at end of file diff --git a/package.json b/package.json index 68ba5b8..4e7a5ab 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "start": "node tableSample.js" }, "dependencies": { - "azure-storage": "^0.5.0", - "node-uuid": "~1.4.0" + "azure-storage": "0.10.0", + "node-uuid": "~1.4.0" }, "homepage": "https://github.com/Azure-Samples/storage-table-node-getting-started", "repository": {