From ac576f2525e2a048c3ee63d9160cc6a8dc0d5a1c Mon Sep 17 00:00:00 2001 From: Dmitry Sharabin Date: Wed, 23 Apr 2025 20:34:39 +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 f8f249c..a89fffc 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,16 @@ } }, "author": "Lea Verou", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/LeaVerou" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/leaverou" + } + ], "license": "MIT", "scripts": { "build:html": "npx @11ty/eleventy --config=_build/eleventy.js",