From dbf60e28ea4ce4e45f55c34c6ca9dca02721d70d Mon Sep 17 00:00:00 2001 From: AT Date: Sun, 26 Jun 2022 14:05:21 +0200 Subject: [PATCH] added homepage and repository --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 585a2072..88ffde6a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,8 @@ "name": "utopia-ui", "version": "1.0.2", "description": "Reuseable React Components to build mapping apps for all kinds of communities ", - "homepage": "https://github.com/utopia-os/utopia-ui", + "repository": "https://github.com/utopia-os/utopia-ui", + "homepage:": "https://utopia.os/", "main": "dist/index.js", "scripts": { "build": "rollup -c",