From 7693e2fd2d7f059753194d692150620be6efbf5f Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Thu, 7 Mar 2024 12:38:23 +0100 Subject: [PATCH] Add `directory` to repository metadata for Admin Client NPM package (#27411) Signed-off-by: Erik Jan de Wit --- js/libs/keycloak-admin-client/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/libs/keycloak-admin-client/package.json b/js/libs/keycloak-admin-client/package.json index e76b417cc1..f7bf05cc37 100644 --- a/js/libs/keycloak-admin-client/package.json +++ b/js/libs/keycloak-admin-client/package.json @@ -59,7 +59,8 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/keycloak/keycloak.git" + "url": "https://github.com/keycloak/keycloak.git", + "directory": "js/libs/keycloak-admin-client" }, "homepage": "https://www.keycloak.org/" }