package.json: Add funding section
authorJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Oct 2022 18:32:40 +0000 (20:32 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Mon, 24 Oct 2022 18:32:40 +0000 (20:32 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
.vscode/settings.json
package.json

index 5b733bca7f44a2243155a065762a8cef56f48840..3fcc7c5a63245f38592d20f76ab446b17e84ac0f 100644 (file)
@@ -20,6 +20,7 @@
     "mochawesome",
     "MYBENCH",
     "octocat",
+    "opencollective",
     "piment",
     "poolifier",
     "poolify",
index ea5bd02c3e8f858d21060609979956441b6e452b..db95cb02f2a39cecb503d95900fbe32d3a289533 100644 (file)
@@ -2,6 +2,7 @@
   "name": "poolifier",
   "version": "2.3.7",
   "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation",
+  "license": "MIT",
   "main": "lib/index.js",
   "scripts": {
     "prepare": "node prepare.js",
       "url": "https://github.com/jerome-benoit"
     }
   ],
-  "license": "MIT",
+  "funding": [
+    {
+      "type": "opencollective",
+      "url": "https://opencollective.com/poolifier"
+    }
+  ],
   "bugs": {
     "url": "https://github.com/poolifier/poolifier/issues"
   },