Add github to funding options
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 1 Apr 2023 11:48:04 +0000 (13:48 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 1 Apr 2023 11:48:04 +0000 (13:48 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/FUNDING.yml
package.json

index fd48df24494ece358814620e93e42d9d031ae039..79c9812409cb543419d6a678b9261e4f147a76ac 100644 (file)
@@ -1 +1,2 @@
 patreon: fraggle_
+github: jerome-benoit
index 307a97fbf980c22f73cb029f241de3f0f0f53a7e..f10f7accb37bdeba138613f1ff93f5c5e1a6e966 100644 (file)
@@ -9,10 +9,16 @@
     "type": "git",
     "url": "git://github.com/jerome-benoit/benchmarks-js.git"
   },
-  "funding": {
-    "type": "patreon",
-    "url": "https://www.patreon.com/fraggle_"
-  },
+  "funding": [
+    {
+      "type": "patreon",
+      "url": "https://www.patreon.com/fraggle_"
+    },
+    {
+      "type": "github",
+      "url": "https://github.com/sponsors/jerome-benoit"
+    }
+  ],
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "prepare": "node prepare.js",