From 83d045e5fa081114a9b234b46de9a5fd76a136e1 Mon Sep 17 00:00:00 2001 From: Cyrille Bollu Date: Sun, 15 Sep 2019 10:03:24 +0200 Subject: [PATCH] nextcloud-auth is also needed for using nextcloud-logger Signed-off-by: Cyrille Bollu --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 5a9a53aa..a1704993 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "nextcloud-axios": "^0.2.1", "nextcloud-vue": "^0.12.3", "nextcloud-logger": "0.0.6", + "nextcloud-auth": "0.0.3", "tributejs": "^3.7.3", "twemoji": "^12.0.1", "uuid": "^3.3.3",