Skip to content

Commit

Permalink
Bumped dependencies + Bumped version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samalba committed Mar 17, 2013
1 parent 6bae3fc commit 674967c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "hipache",
"version" : "0.1.21",
"version" : "0.2.1",
"description" : "Complete high-scaled reverse-proxy solution",
"keywords": [
"reverse",
Expand All @@ -16,7 +16,7 @@
"lib" : "./lib"
},
"dependencies" : {
"http-proxy" : "git://github.com/jpetazzo/node-http-proxy#patch-1",
"http-proxy" : "0.9.x",
"redis" : "0.8.x",
"lru-cache": "2.2.x",
"optimist": "0.3.x"
Expand All @@ -27,7 +27,7 @@
"jshint": "jshint --config jshint.json -- bin/hipache lib/*.js test/*.js"
},
"engines" : {
"node" : "0.8.x"
"node" : "0.10.x"
},
"engineStrict": true,
"author" : {
Expand Down

0 comments on commit 674967c

Please sign in to comment.