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

2
bin.js
View File

@ -1,3 +1,5 @@
#!/usr/bin/env node
var program = require('commander'), var program = require('commander'),
mainProxy = require("./proxy.js"); mainProxy = require("./proxy.js");

View File

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