Add funding information
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 28 Mar 2023 21:03:46 +0000 (23:03 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 28 Mar 2023 21:03:46 +0000 (23:03 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.github/FUNDING.yml [new file with mode: 0644]
package.json

diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644 (file)
index 0000000..fd48df2
--- /dev/null
@@ -0,0 +1 @@
+patreon: fraggle_
index a3606b70ab52d0c2128e334a0127175298c14a8b..21185deaa926ef92f7b5397cda5bfccf2808c188 100644 (file)
@@ -9,6 +9,10 @@
     "type": "git",
     "url": "git://github.com/jerome-benoit/benchmarks-js.git"
   },
+  "funding": {
+    "type": "patreon",
+    "url": "https://www.patreon.com/fraggle_"
+  },
   "scripts": {
     "preinstall": "npx only-allow pnpm",
     "prepare": "node prepare.js",