Skip to content

Commit

Permalink
add the missed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
codingfishman committed May 5, 2018
1 parent 2e9e556 commit 71477d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyproxy",
"version": "4.0.9",
"version": "4.0.10",
"description": "A fully configurable HTTP/HTTPS proxy in Node.js",
"main": "proxy.js",
"bin": {
Expand All @@ -23,6 +23,7 @@
"express": "^4.8.5",
"fast-json-stringify": "^0.17.0",
"iconv-lite": "^0.4.6",
"inquirer": "^5.2.0",
"ip": "^0.3.2",
"juicer": "^0.6.6-stable",
"mime-types": "2.1.11",
Expand Down

0 comments on commit 71477d5

Please sign in to comment.