From 80f3b0ffbe385836ce955f10c708be99ca3ae5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=A0=E9=87=8C?= <xiaofeng.mxf@taobao.com> Date: Fri, 22 Aug 2014 17:54:25 +0800 Subject: [PATCH] update repo info in package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ff1cfb4..d65a82f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "anyproxy", - "version": "1.2.8", - "description": "a charles/fiddler like proxy written in NodeJs, which can handle HTTPS requests and CROS perfectly", + "version": "1.2.9", + "description": "a charles/fiddler like proxy written in NodeJs, which can handle HTTPS requests and CROS perfectly.", "main": "proxy.js", "bin": { "anyproxy": "bin.js" @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/alipay-ct-wd" + "url": "https://github.com/alipay-ct-wd/anyproxy" }, "author": "alipay-sh-wd@list.alibaba-inc.com", "license": "ISC"