From 1ddccc0bfad334b25dc2853a03ea39ab7482e5a3 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 22 Jul 2025 18:24:25 -0500 Subject: [PATCH] chore: add funding to package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index e58378d..6563f51 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ ], "license": "MIT", "repository": "expressjs/errorhandler", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + }, "dependencies": { "accepts": "~1.3.7", "escape-html": "~1.0.3"