Skip to content

Commit

Permalink
master is moving to node v0.3.6+
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Feb 1, 2011
1 parent 4f41b8d commit 7cf01f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ "name" : "request"
, "description" : "Simplified HTTP request client."
, "tags" : ["http", "simple", "util", "utility"]
, "version" : "1.2.0"
, "version" : "1.9.0"
, "author" : "Mikeal Rogers <mikeal.rogers@gmail.com>"
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/mikeal/request.git"
}
, "bugs" :
{ "web" : "http://github.com/mikeal/request/issues" }
, "engines" : ["node < 0.3.6"]
, "engines" : ["node >= 0.3.6"]
, "main" : "./main"
}

0 comments on commit 7cf01f0

Please sign in to comment.