From ae51a0bc3b164f9e7527fc17503dd3d45379a6e8 Mon Sep 17 00:00:00 2001 From: "adamlui@protonmail.com" Date: Tue, 12 Nov 2024 18:23:03 -0800 Subject: [PATCH] Converted `funding` to obj to include `type` --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 47fc2e5..d6b6407 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ }, "homepage": "https://github.com/KudoAI/chatgpt.js-greasemonkey-starter", "license": "MIT", - "funding": "http://github.com/sponsors/KudoAI", + "funding": { + "type": "github", + "url": "http://github.com/sponsors/KudoAI" + }, "scripts": { "lint": "eslint . --cache", "lint:all": "eslint .",