From 293bea2f931ec31407be321a2782830941fa9249 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Wed, 25 Mar 2020 16:48:11 +0100 Subject: [PATCH] Update package.json --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index d6c3254..90698bf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,14 @@ { "name": "shareon", "version": "1.0.0-alpha.0", - "repository": "https://github.com/NickKaramoff/shareon", + "homepage": "https://os.karamoff.dev/shareon", + "repository": { + "type": "git", + "url": "git+https://github.com/NickKaramoff/shareon.git" + }, + "bugs": { + "url": "https://github.com/NickKaramoff/shareon/issues" + }, "license": "MIT", "author": "Nikita Karamov ",