From d643dc95d05bdb006c1c2a9b39618ec36276d4aa Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Tue, 22 Jul 2025 17:56:59 -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 3baf921..5c1c94a 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,10 @@ "type": "git", "url": "git+https://github.com/expressjs/codemod.git" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + }, "keywords": ["codemods", "express"], "files": ["build"], "scripts": {