From d65da11167ac0c618cf7b35b3329e3c3e1e0d5b2 Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Wed, 22 Jun 2022 16:07:56 +1000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Tidy=20up=20package.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index face6136..8fa3c284 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,6 @@ "name": "hugo-congo-theme", "version": "2.2.2", "description": "Congo theme for Hugo", - "main": "index.js", "scripts": { "preinstall": "rimraf assets/vendor", "postinstall": "vendor-copy", @@ -14,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/jpanther/congo.git" + "url": "https://github.com/jpanther/congo.git" }, "keywords": [ "hugo", @@ -23,6 +22,7 @@ "dark-mode" ], "author": "James Panther", + "funding": "https://github.com/sponsors/jpanther", "license": "MIT", "bugs": { "url": "https://github.com/jpanther/congo/issues"