Skip to content

Commit

Permalink
Updates the package.json to the new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltwaterC committed Aug 3, 2011
1 parent 66ad9d4 commit 949dea9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,13 +1,13 @@
{
"name": "http-get",
"version": "0.2.1",
"version": "0.3.0",
"main": "./lib/http-get.js",
"description": "Simple to use node.js HTTP / HTTPS client for downloading remote files. Supports transparent gzip decoding.",
"dependencies": {
"compressor": ">=0.1.x"
"gzbz2": ">=0.1.x"
},
"engines": {
"node": ">=0.4.10 <0.5.0"
"node": ">=0.4.10"
},
"homepage": "https://github.com/SaltwaterC/http-get",
"author": {
Expand Down

0 comments on commit 949dea9

Please sign in to comment.