Skip to content

Commit

Permalink
added debug dep
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 23, 2012
1 parent 89867a8 commit 3600775
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -4,7 +4,7 @@
"version": "1.2.0", "version": "1.2.0",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./index.js", "main": "./index.js",
"dependencies": { "redis": ">= 0.0.1" }, "dependencies": { "redis": "*", "debug": "*" },
"devDependencies": { "connect": ">= 1.4.x" }, "devDependencies": { "connect": "*" },
"engines": { "node": ">= 0.1.98" } "engines": { "node": "*" }
} }

0 comments on commit 3600775

Please sign in to comment.