From 11605724c680ec9ad2d3a34460a2910fdc51741a Mon Sep 17 00:00:00 2001 From: Oli Edis Date: Fri, 10 Oct 2025 11:10:45 +0100 Subject: [PATCH] Update package.json added new ViroReact home page to package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9b96855..d0145e7 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,6 @@ "bugs": { "url": "https://github.com/ReactVision/viro/issues" }, - "homepage": "https://github.com/ReactVision/viro#readme", - "author": "" + "homepage": "https://reactvision.xyz/viro-react", + "author": "ReactVision, Inc" }