Skip to content

Commit 71477d5

Browse files
committed
add the missed dependency
1 parent 2e9e556 commit 71477d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anyproxy",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"description": "A fully configurable HTTP/HTTPS proxy in Node.js",
55
"main": "proxy.js",
66
"bin": {
@@ -23,6 +23,7 @@
2323
"express": "^4.8.5",
2424
"fast-json-stringify": "^0.17.0",
2525
"iconv-lite": "^0.4.6",
26+
"inquirer": "^5.2.0",
2627
"ip": "^0.3.2",
2728
"juicer": "^0.6.6-stable",
2829
"mime-types": "2.1.11",

0 commit comments

Comments
 (0)