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",