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