From a49f6b7897578960673ad4fc66986e977bf2e79c Mon Sep 17 00:00:00 2001 From: Luca Rachiteanu Date: Tue, 15 Sep 2026 16:43:06 +0300 Subject: [PATCH] fix: point js client package metadata at UiPath/coreipc Co-Authored-By: Claude Opus 5 --- src/Clients/js/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Clients/js/package.json b/src/Clients/js/package.json index 4a575435..136643ce 100644 --- a/src/Clients/js/package.json +++ b/src/Clients/js/package.json @@ -39,14 +39,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/eduard-dumitru/js-multitargeting.git" + "url": "git+https://github.com/UiPath/coreipc.git" }, "author": "Eduard Dumitru", "license": "MIT", "bugs": { - "url": "https://github.com/eduard-dumitru/js-multitargeting/issues" + "url": "https://github.com/UiPath/coreipc/issues" }, - "homepage": "https://github.com/eduard-dumitru/js-multitargeting#readme", + "homepage": "https://github.com/UiPath/coreipc#readme", "devDependencies": { "@babel/core": "^7.20.2", "@babel/preset-env": "^7.20.2",