update repo info in package.json

This commit is contained in:
加里 2014-08-22 17:54:25 +08:00
parent 6fd1143dbf
commit 80f3b0ffbe

View File

@ -1,7 +1,7 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "1.2.8", "version": "1.2.9",
"description": "a charles/fiddler like proxy written in NodeJs, which can handle HTTPS requests and CROS perfectly", "description": "a charles/fiddler like proxy written in NodeJs, which can handle HTTPS requests and CROS perfectly.",
"main": "proxy.js", "main": "proxy.js",
"bin": { "bin": {
"anyproxy": "bin.js" "anyproxy": "bin.js"
@ -20,7 +20,7 @@
}, },
"repository": { "repository": {
"type": "git", "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", "author": "alipay-sh-wd@list.alibaba-inc.com",
"license": "ISC" "license": "ISC"