From a96c4c4182ce756402535cb2dd110dae4678ab24 Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 19 Oct 2020 18:23:02 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E9=81=87=E5=88=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/package.json | 1 + gm-server/app/pubUtils | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/game-server/package.json b/game-server/package.json index 1acb5aac0..85720623f 100644 --- a/game-server/package.json +++ b/game-server/package.json @@ -20,6 +20,7 @@ "@types/mongoose": "^5.7.36", "@types/node": "8.10.54", "@types/redis": "^2.8.25", + "bcrypt": "^5.0.0", "bluebird": "^3.5.1", "crc": "^3.5.0", "moment": "^2.29.1", diff --git a/gm-server/app/pubUtils b/gm-server/app/pubUtils index a3f89e4da..831ac6847 120000 --- a/gm-server/app/pubUtils +++ b/gm-server/app/pubUtils @@ -1 +1 @@ -/Users/bantu/zyz_server/shared/pubUtils \ No newline at end of file +../../shared/pubUtils \ No newline at end of file