Skip to content

Commit

Permalink
Merge pull request Azure#646 from andrerod/release-0.6.11
Browse files Browse the repository at this point in the history
Release 0.6.11
  • Loading branch information
André Rodrigues committed Mar 12, 2013
2 parents 6f74063 + d0678d0 commit 7264ec5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -2,12 +2,13 @@
"name": "azure",
"author": "Microsoft Corporation",
"contributors": ["Block, Glenn <gblock@microsoft.com>", "Cowlishaw, Mark <markcowl@microsoft.com>", "Dejardin, Louis <loudej@microsoft.com>", "Georgiev, Yavor <yavorg@microsoft.com>", "Janczuk, Tomasz <tjanczuk@microsoft.com>", "Rodrigues, Andre <andrerod@microsoft.com>", "Tavares, Chris <ctavares@microsoft.com>"],
"version": "0.6.10",
"version": "0.6.11",
"description": "Windows Azure Client Library for node",
"tags" : ["azure", "sdk"],
"keywords": [ "node", "azure" ],
"main": "./lib/azure.js",
"engines": { "node": ">= 0.6.15" },
"engines": { "node": ">= 0.6.15 < 0.9" },
"engineStrict": "true",
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
"dependencies": {
"xml2js" : " >= 0.2.x",
Expand Down

0 comments on commit 7264ec5

Please sign in to comment.