From e7728af371812895f6aacd1a6dd536c0367e5f17 Mon Sep 17 00:00:00 2001 From: amit kumar gupta Date: Mon, 5 Jun 2023 11:13:18 +0530 Subject: [PATCH] update funding detail --- package-lock.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 54e69634..26a32a5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,16 @@ "": { "name": "fast-xml-parser", "version": "4.2.2", + "funding": [ + { + "type": "paypal", + "url": "https://paypal.me/naturalintelligence" + }, + { + "type": "github", + "url": "https://github.com/sponsors/NaturalIntelligence" + } + ], "license": "MIT", "dependencies": { "strnum": "^1.0.5" @@ -29,10 +39,6 @@ "publish-please": "^5.5.2", "webpack": "^5.64.4", "webpack-cli": "^4.9.1" - }, - "funding": { - "type": "paypal", - "url": "https://paypal.me/naturalintelligence" } }, "node_modules/@babel/code-frame": {