From 479b44a7ba055877b6ded644ccdcb514b55ebcbf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 24 Oct 2022 20:32:40 +0200 Subject: [PATCH] package.json: Add funding section MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .vscode/settings.json | 1 + package.json | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 5b733bca..3fcc7c5a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,6 +20,7 @@ "mochawesome", "MYBENCH", "octocat", + "opencollective", "piment", "poolifier", "poolify", diff --git a/package.json b/package.json index ea5bd02c..db95cb02 100644 --- a/package.json +++ b/package.json @@ -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", @@ -70,7 +71,12 @@ "url": "https://github.com/jerome-benoit" } ], - "license": "MIT", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/poolifier" + } + ], "bugs": { "url": "https://github.com/poolifier/poolifier/issues" }, -- 2.34.1