From d69c972334f2141a63e47032c99f5d9e5b3bfffe Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 22 Jul 2025 17:38:30 -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 d4b35ca..174442a 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,10 @@ "type": "git", "url": "https://github.com/pillarjs/path-to-regexp.git" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + }, "license": "MIT", "exports": "./dist/index.js", "main": "dist/index.js",