Skip to content

Commit d08c2bb

Browse files
committed
[dist] Include docco module as a dev dependency
1 parent 1ee6bef commit d08c2bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
},
2121
"devDependencies": {
2222
"vows": ">= 0.5.x",
23-
"socket.io": ">= 0.6.x"
23+
"socket.io": ">= 0.6.x",
24+
"docco": ">= 0.3.x"
2425
},
2526
"main": "./lib/node-http-proxy",
2627
"bin": { "node-http-proxy": "./bin/node-http-proxy" },

0 commit comments

Comments
 (0)