From 7b976026a42e0ceb228556f1987f882e123d477f Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sat, 14 Aug 2021 19:01:37 +0200 Subject: [PATCH] Update package.json --- package.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 362eb93..cd63997 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "toot", "version": "1.2.2", - "main": "src/index.pug", - "repository": "git@github.com:NickKaramoff/toot.git", + "description": "Cross-instance share page for Mastodon", + "license": "AGPL-3.0-or-later", "author": "Nikita Karamov ", - "license": "AGPL-3.0-only", - "private": "true", + "homepage": "https://toot.karamoff.dev/", + "repository": { + "type": "git", + "url": "https://github.com/NickKaramoff/toot.git" + }, + "private": true, "scripts": { "build": "gulp", "dev": "gulp watch",