[dist] Version bump. 0.4.1. Fix package.json
Showing
{ | ||
"name": "http-proxy", | ||
"description": "A full-featured http reverse proxy for node.js", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "Charlie Robbins <charlie.robbins@gmail.com>", | ||
"contributors": [ | ||
{ "name": "Mikeal Rogers", "email": "mikeal.rogers@gmail.com" }, | ||
... | ... | @@ -17,7 +17,8 @@ |
"colors": ">= 0.3.0", | ||
"optimist": ">= 0.1.6", | ||
"request": ">= 1.9.0", | ||
"vows": ">= 0.5.8" | ||
"vows": ">= 0.5.8", | ||
"winston": ">= 0.2.5" | ||
}, | ||
"main": "./lib/node-http-proxy", | ||
"bin": { "node-http-proxy": "./bin/node-http-proxy" }, | ||
... | ... |
Please register or sign in to comment