chore: add funding field to `package.json`

This commit is contained in:
evilebottnawi 2019-11-12 16:16:56 +03:00
parent 733131d214
commit 3f4b12a7d9
1 changed files with 4 additions and 0 deletions

View File

@ -89,6 +89,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/index.js",
"bin": "./bin/webpack.js",