Skip to content

Commit

Permalink
[dist] Include docco module as a dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
olauzon committed May 17, 2011
1 parent 1ee6bef commit d08c2bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -20,7 +20,8 @@
},
"devDependencies": {
"vows": ">= 0.5.x",
"socket.io": ">= 0.6.x"
"socket.io": ">= 0.6.x",
"docco": ">= 0.3.x"
},
"main": "./lib/node-http-proxy",
"bin": { "node-http-proxy": "./bin/node-http-proxy" },
Expand Down

0 comments on commit d08c2bb

Please sign in to comment.