mirror of https://github.com/webpack/webpack.git
chore: add funding field to `package.json`
This commit is contained in:
parent
733131d214
commit
3f4b12a7d9
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue