From c94fb93228e81faeebde365199c4bed8dd7cecc6 Mon Sep 17 00:00:00 2001 From: Siddhartha Gudipati Date: Fri, 18 Oct 2024 09:32:37 -0700 Subject: [PATCH] chore: update homepage and repository URL in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 09a05b2..958e868 100644 --- a/package.json +++ b/package.json @@ -6,10 +6,10 @@ "author": "Siddhartha Gudipati", "license": "MIT", "type": "module", - "homepage": "https://github.com/stubbycms/stubby-starter-minimal-blog", + "homepage": "https://github.com/stubbycms/ui", "repository": { "type": "git", - "url": "git+https://github.com/stubbycms/stubby-starter-minimal-blog.git" + "url": "git+https://github.com/stubbycms/ui.git" }, "files": [ "dist",