From 81678600295c6ba7a42fd316c8aa1b358943330a Mon Sep 17 00:00:00 2001 From: Konstantin BIFERT Date: Mon, 25 Oct 2021 07:57:31 +0200 Subject: [PATCH] fix: add issueUrl to @nuxtjs/auth Here is the latest issue related to this module: https://github.com/nuxt-community/auth-module/issues/1323 --- modules.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules.json b/modules.json index a83b855..fe3e9b5 100644 --- a/modules.json +++ b/modules.json @@ -40,7 +40,8 @@ "bridge": "unknown", "core": "pending", "maintainers": "@pi0", - "repoUrl": "https://github.com/nuxt-community/auth-module" + "repoUrl": "https://github.com/nuxt-community/auth-module", + "issueUrl": "https://github.com/nuxt-community/auth-module/issues/1323" }, { "name": "@nuxtjs/axios", @@ -210,4 +211,4 @@ "maintainers": "@pi0", "repoUrl": "https://github.com/nuxt-community/proxy-module" } -] \ No newline at end of file +]