chore: add funding to package.json (#131)

This commit is contained in:
Sebastian Beltran
2025-07-23 07:46:10 -05:00
committed by GitHub
parent 988bc1109c
commit b3cf4a76ce
+5 -1
View File
@@ -5,6 +5,10 @@
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"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"
}
}
}