From b3cf4a76ced4948324c407188aa65b2b6ae1785e Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Wed, 23 Jul 2025 07:46:10 -0500 Subject: [PATCH] chore: add funding to package.json (#131) --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c7f520e..e33c620 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,10 @@ "author": "Douglas Christopher Wilson ", "license": "MIT", "repository": "expressjs/serve-index", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + }, "dependencies": { "accepts": "~1.3.7", "batch": "0.6.1", @@ -37,4 +41,4 @@ "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" } -} \ No newline at end of file +}