From 40817356a86adfa428f3ed40cfb72bf2a66b9fbe Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Wed, 13 Mar 2024 13:20:30 +0100 Subject: [PATCH] fix: missing repo in package.json Signed-off-by: Camila Belo --- plugins/auth-react/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/auth-react/package.json b/plugins/auth-react/package.json index fbe44d91d4..2bfb842800 100644 --- a/plugins/auth-react/package.json +++ b/plugins/auth-react/package.json @@ -10,6 +10,11 @@ "main": "dist/index.esm.js", "types": "dist/index.d.ts" }, + "repository": { + "type": "git", + "url": "https://github.com/backstage/backstage", + "directory": "plugins/auth-react" + }, "license": "Apache-2.0", "sideEffects": false, "main": "src/index.ts",