From 8d2e07fc6fd69251f3f66b0efd26e43c6c1df0f9 Mon Sep 17 00:00:00 2001 From: yardend Date: Mon, 5 Jan 2026 15:50:26 +0200 Subject: [PATCH] fixed pacakge json urls to point the new repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 645536b..56b5484 100644 --- a/package.json +++ b/package.json @@ -55,10 +55,10 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/base44/sdk.git" + "url": "git+https://github.com/base44/javascript-sdk.git" }, "bugs": { - "url": "https://github.com/base44/sdk/issues" + "url": "https://github.com/base44/javascript-sdk/issues" }, - "homepage": "https://github.com/base44/sdk#readme" + "homepage": "https://github.com/base44/javascript-sdk#readme" }