1
0
mirror of https://github.com/alibaba/anyproxy.git synced 2025-05-10 06:48:26 +00:00

update bin

This commit is contained in:
加里 2014-08-11 17:54:19 +08:00
parent e562d75817
commit dc6c226d3a
2 changed files with 4 additions and 2 deletions

4
bin.js

@ -1,3 +1,5 @@
#!/usr/bin/env node
var program = require('commander'),
mainProxy = require("./proxy.js");
@ -16,5 +18,5 @@ if(program.clear){
}else{
mainProxy.startServer(program.type,program.port, program.host);
}

@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "0.2.0",
"version": "0.2.1",
"description": "https proxy over http",
"main": "proxy.js",
"bin": {