From 76ac32323c79d214b66ce8a524343c4596d0106d Mon Sep 17 00:00:00 2001 From: Ryuu Mitsuki Date: Tue, 30 Apr 2024 00:04:13 +0700 Subject: [PATCH] chore(fund): Add an individual funding --- package-lock.json | 4 ++++ package.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/package-lock.json b/package-lock.json index a2b2ff7..2550ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,6 +19,10 @@ "engines": { "node": ">=16.20.x" }, + "funding": { + "type": "individual", + "url": "https://ko-fi.com/dhefam31" + }, "peerDependencies": { "typedoc": "^0.25.12" } diff --git a/package.json b/package.json index 657d3a1..eec7eb6 100644 --- a/package.json +++ b/package.json @@ -40,6 +40,10 @@ "url": "https://github.com/mitsuki31/lsfnd/issues" }, "homepage": "https://mitsuki31.github.io/lsfnd", + "funding": { + "type": "individual", + "url": "https://ko-fi.com/dhefam31" + }, "engines": { "node": ">=16.20.x" },