From 56f8b4a5bb9e4fabf2ccd2d60d1ee6705f42331b Mon Sep 17 00:00:00 2001 From: Andrew Lai Date: Tue, 10 Mar 2026 13:40:56 -0700 Subject: [PATCH 1/2] Update repository url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e905f25d..29415562 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "https://orkes.io", "repository": { "type": "git", - "url": "https://github.com/conductor-sdk/conductor-javascript" + "url": "git+https://github.com/conductor-oss/javascript-sdk.git" }, "keywords": [ "conductor", From e8c5455bb2542682891904e99d18159c5dea67bb Mon Sep 17 00:00:00 2001 From: Andrew Lai Date: Tue, 10 Mar 2026 13:52:27 -0700 Subject: [PATCH 2/2] Use exact url --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 29415562..da0e2bbe 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "homepage": "https://orkes.io", "repository": { "type": "git", - "url": "git+https://github.com/conductor-oss/javascript-sdk.git" + "url": "https://github.com/conductor-oss/javascript-sdk" }, "keywords": [ "conductor",