From 5d6747a7f4abc2c903974736916a97531c47ea24 Mon Sep 17 00:00:00 2001 From: Ryan Bas Date: Mon, 16 Mar 2026 14:06:52 -0600 Subject: [PATCH] chore: fix-packagejson --- packages/journey-client/package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/journey-client/package.json b/packages/journey-client/package.json index d509af528e..c74ff81210 100644 --- a/packages/journey-client/package.json +++ b/packages/journey-client/package.json @@ -1,6 +1,11 @@ { "name": "@forgerock/journey-client", "version": "1.3.0", + "repository": { + "type": "git", + "url": "git+https://github.com/ForgeRock/ping-javascript-sdk.git", + "directory": "packages/journey-client" + }, "type": "module", "exports": { ".": "./dist/src/index.js",