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

Commit

Permalink
#29: Lowering node engine version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Rodrigues committed Jan 16, 2012
1 parent 46ef988 commit 1ea6339
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,12 +1,12 @@
{
"name": "azure",
"author": "Microsoft Corporation",
"version": "0.5.1",
"version": "0.5.2",
"description": "Windows Azure Client Library for node",
"tags" : ["azure", "sdk"],
"keywords": [ "node", "azure" ],
"main": "./lib/azure.js",
"engines": { "node": ">= 0.6.4" },
"engines": { "node": ">= 0.4.7" },
"licenses": [ { "type": "Apache", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ],
"dependencies": {
"xml2js" : ">= 0.1.11",
Expand All @@ -33,4 +33,4 @@
"jshint": "node test/runjshint.js",
"extendedtests": "node test/runextendedtests.js"
}
}
}

0 comments on commit 1ea6339

Please sign in to comment.