From 26db4d04a5003ed2ef34c0e7cf89150655888b73 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 22 Jul 2025 18:02:09 -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 38d3365..deba073 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-static", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + }, "dependencies": { "encodeurl": "^2.0.0", "escape-html": "^1.0.3",