From 704e1b7f69fa512fa32573ea6247fe2b3bae0b9a Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 22 Jul 2025 18:15:17 -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 88c7b1c..b20f2da 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,10 @@ ], "license": "MIT", "repository": "expressjs/cookie-parser", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + }, "keywords": [ "cookie", "middleware"