From 2bdd6547c8b71bb7f22510f8e2298c9950c60036 Mon Sep 17 00:00:00 2001 From: suxiaoxin Date: Mon, 30 Oct 2017 12:12:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20kerberos=20dependencies=20=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 92e35c66..77e32a87 100755 --- a/package.json +++ b/package.json @@ -26,7 +26,6 @@ "json-schema-ref-parser": "^4.0.0", "json5": "^0.5.1", "jsonwebtoken": "^7.4.1", - "kerberos": "0.0.23", "koa": "^2.0.0", "koa-bodyparser": "^3.2.0", "koa-multer": "^1.0.2", @@ -39,7 +38,7 @@ "koa-websocket": "^4.0.0", "mockjs": "^1.0.1-beta3", "moment": "^2.18.1", - "mongoose": "4.7.0", + "mongoose": "^4.7.0", "mongoose-auto-increment": "^5.0.1", "nodemailer": "^4.0.1", "ora": "^1.3.0",