Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Merging changes from npm release v0.6.6 into dev #382

Merged
merged 10 commits into from Oct 13, 2012
3 changes: 3 additions & 0 deletions ChangeLog.txt
@@ -1,3 +1,6 @@
2012.10.12 Version 0.6.6
* Using fixed version of commander.js to avoid bug in commander.js 1.0.5

2012.10.01 Version 0.6.5
* Bugfixing

Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "azure",
"author": "Microsoft Corporation",
"version": "0.6.5",
"version": "0.6.6",
"description": "Windows Azure Client Library for node and Command Line Tool",
"tags" : ["azure", "sdk"],
"keywords": [ "node", "azure" ],
Expand All @@ -22,7 +22,7 @@
"tunnel": ">= 0.0.1",
"async": ">= 0.1.18",
"streamline": "0.2.4",
"commander": ">= 0.5.2",
"commander": "1.0.4",
"winston": ">= 0.5.10",
"colors": "0.x.x",
"eyes": "0.x.x",
Expand Down