From 8261f70b57f37505a1ec4a9b1f5f75c611283153 Mon Sep 17 00:00:00 2001 From: olliethedev <3martynov@gmail.com> Date: Tue, 24 Feb 2026 13:13:01 -0500 Subject: [PATCH] chore: update repository URL --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0844a52..6c7baf8 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/olliethedev/yar.git" + "url": "git+https://github.com/better-stack-ai/yar.git" }, "keywords": [ "react", @@ -28,9 +28,9 @@ "author": "olliethedev", "license": "MIT", "bugs": { - "url": "https://github.com/olliethedev/yar/issues" + "url": "https://github.com/better-stack-ai/yar/issues" }, - "homepage": "https://github.com/olliethedev/yar#readme", + "homepage": "https://github.com/better-stack-ai/yar#readme", "files": [ "dist" ],