Skip to content

Commit

Permalink
Merge pull request tj#4 from selead/master
Browse files Browse the repository at this point in the history
Hi, please take commit to add node 0.5.x support
  • Loading branch information
tj committed Nov 8, 2011
2 parents 156c046 + 27ab299 commit 3d45295
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
Expand Up @@ -6,13 +6,13 @@
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
, "dependencies": {
"natural": "0.0.27"
, "redis": "0.6.6"
, "redis": ">= 0.6.6"
}
, "devDependencies": {
"should": "0.2.1"
, "uubench": ">= 0.0.1"
, "superagent": ">= 0.0.1"
}
, "main": "index"
, "engines": { "node": "0.4.x" }
}
, "engines": { "node": ">= 0.4.0 < 0.7.0"}
}

0 comments on commit 3d45295

Please sign in to comment.