[dist minor] Removed vendored pool. Changed all references of sys to util
Showing
... | ... | @@ -20,7 +20,7 @@ |
"vows": ">= 0.5.2" | ||
}, | ||
"main": "./lib/node-http-proxy", | ||
"bin": { "http-proxy": "./bin/node-http-proxy" }, | ||
"bin": { "node-http-proxy": "./bin/node-http-proxy" }, | ||
"scripts": { "test": "vows test/*-test.js --spec" }, | ||
"engines": { "node": ">= 0.3.0" } | ||
} | ||
\ No newline at end of file |
vendor/pool/main.js
deleted
100644 → 0
Please register or sign in to comment