Skip to content

Commit

Permalink
add redis as dependency (app.js needs it!)
Browse files Browse the repository at this point in the history
  • Loading branch information
akumpf committed Jun 1, 2012
1 parent 4b14b94 commit a2d158b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies_verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sys_dependencies=("node" "npm" "curl" "git")

# define your npm dependencies here
declare -a npm_modules_dependencies
npm_modules_dependencies=("pool" "express" "request" "npm-wrapper" "daemon" "cradle" "connect" "coffee-script" "colors" "nodemailer" "bouncy" "nodeinfo")
npm_modules_dependencies=("pool" "express" "request" "npm-wrapper" "daemon" "cradle" "connect" "coffee-script" "colors" "nodemailer" "bouncy" "nodeinfo" "redis")

# color used for printing
use_color=true
Expand Down

0 comments on commit a2d158b

Please sign in to comment.