From 73882b262100797d1d24259e710460eb2f7f1212 Mon Sep 17 00:00:00 2001 From: SMOKAHONTAS <69312778+bayyubenjamin@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:38:29 +0700 Subject: [PATCH] fix(package.json): correct repository URL (remove extra colon) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 10782fade8f..c8c1255e95d 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@base-org/base-web", "version": "1.0.0", "description": "Base web monorepo", - "repository": "git@github.com::base/base-web.git", + "repository": "git@github.com:base-org/base-web.git", "license": "Apache-2.0", "scripts": { "build": "yarn workspaces foreach --exclude @app/bridge run build",