From 71477d5aae00dc42b89ebe6182caa464417c55a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A0=9A=E7=84=B6?= Date: Sat, 5 May 2018 15:28:07 +0800 Subject: [PATCH] add the missed dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d3c930..e28527a 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",