Add github to funding options
[benchmarks-js.git] / package.json
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",