From d262d9fa951012b8d3761ec292799260b3a1cafe Mon Sep 17 00:00:00 2001 From: Korbs Date: Thu, 22 Aug 2024 03:43:00 -0400 Subject: [PATCH] Update author and version, add bugs and funding section --- package.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index aa67cc1..5394502 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,19 @@ { "name": "@minpluto/flurry", - "author": "SudoVanilla", + "author": "SudoVanilla ", "type": "module", - "version": "0.0.1", + "version": "0.0.11", "license": "AGPL-3.0-only", + "bugs": { + "url": "https://ark.sudovanilla.org/MinPluto/Flurry/issues", + "email": "support@minpluto.org" + }, + "funding": [ + { + "type": "SudoVanilla", + "url": "https://liberapay.com/SudoVanilla/" + } + ], "exports": { ".": "./index.ts" },