From 620b211cd5698f28f8378e93a48ab0be7fe8caee Mon Sep 17 00:00:00 2001 From: Dmitry Sharabin Date: Wed, 23 Apr 2025 20:33:23 +0200 Subject: [PATCH] Add `funding` to `package.json` --- package.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/package.json b/package.json index 2ece187..1fff69e 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,16 @@ }, "keywords": [], "author": "Lea Verou", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/LeaVerou" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/leaverou" + } + ], "license": "MIT", "bugs": { "url": "https://github.com/htest-dev/htest/issues"