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 +}