From 36e4283989a7a4867525f0f987f2b94499031dba Mon Sep 17 00:00:00 2001 From: AT Date: Sun, 26 Jun 2022 10:03:43 +0200 Subject: [PATCH] added project hompage --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 7b91c2f7..585a2072 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "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", "main": "dist/index.js", "scripts": { "build": "rollup -c",