From e562d7581732c19ac2af2e2868cf098c481dc024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= Date: Mon, 11 Aug 2014 17:52:09 +0800 Subject: [PATCH] add bin --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 16ab03a..0f7faa4 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,11 @@ { "name": "anyproxy", - "version": "0.1.1", + "version": "0.2.0", "description": "https proxy over http", "main": "proxy.js", - "bin": "bin.js", + "bin": { + "anyproxy":"bin.js" + }, "dependencies": { "async": "~0.9.0", "commander": "~2.3.0"