From b4d30118c986bfc04ccc557ecccb326f67af02ea Mon Sep 17 00:00:00 2001 From: amit kumar gupta Date: Tue, 18 Apr 2023 15:33:37 +0530 Subject: [PATCH] update funding detail --- package.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d19436bf..6da85e1c 100644 --- a/package.json +++ b/package.json @@ -58,10 +58,13 @@ "webpack-cli": "^4.9.1" }, "typings": "src/fxp.d.ts", - "funding": { + "funding": [{ "type": "paypal", "url": "https://paypal.me/naturalintelligence" - }, + },{ + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + }], "dependencies": { "strnum": "^1.0.5" }