Skip to content

Commit

Permalink
package: move redis to optionalDependenices [3rd-Eden]
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchg committed Nov 2, 2012
1 parent de9e8df commit 2030cf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@
, "url": "https://github.com/LearnBoost/socket.io.git"
}
, "dependencies": {
"socket.io-client": "0.9.10"
"socket.io-client": "0.9.11"
, "policyfile": "0.0.4"
, "redis": "0.7.2"
}
, "devDependencies": {
"expresso": "0.9.2"
Expand All @@ -27,6 +26,9 @@
, "microtime": "0.1.3-1"
, "colors": "0.5.1"
}
, "optionalDependencies": {
"redis": "0.7.3"
}
, "main": "index"
, "engines": { "node": ">= 0.4.0" }
, "scripts": {
Expand Down

0 comments on commit 2030cf1

Please sign in to comment.