update version

This commit is contained in:
想当当 2014-11-13 13:14:08 +08:00
parent 08680a7fa7
commit bdc510326a

View File

@ -1,6 +1,6 @@
{ {
"name": "anyproxy", "name": "anyproxy",
"version": "2.8.9", "version": "2.8.10",
"description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.", "description": "A fully configurable proxy in NodeJS, which can handle HTTPS requests perfectly.",
"main": "proxy.js", "main": "proxy.js",
"bin": { "bin": {
@ -24,6 +24,7 @@
"test": "nodeunit test.js" "test": "nodeunit test.js"
}, },
"optionalDependencies":{ "optionalDependencies":{
"underscore":"^1.7.0",
"cookie":"^0.1.2", "cookie":"^0.1.2",
"mysql":"^2.5.2", "mysql":"^2.5.2",
"iconv-lite": "^0.4.4", "iconv-lite": "^0.4.4",