From bedb566f0f1de25d97b1e271d6fc513e453af27c Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Wed, 20 Nov 2019 18:16:21 +0300 Subject: [PATCH] chore: `funding` field --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 117022463c8..2a3b85f39c8 100644 --- a/package.json +++ b/package.json @@ -88,6 +88,10 @@ "type": "git", "url": "https://github.com/webpack/webpack.git" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, "homepage": "https://github.com/webpack/webpack", "main": "lib/webpack.js", "web": "lib/webpack.web.js",