We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 402c0fe commit 3e1df05Copy full SHA for 3e1df05
package.json
@@ -7,6 +7,10 @@
7
"type": "git",
8
"url": "https://github.com/webpack/webpack-cli.git"
9
},
10
+ "funding": {
11
+ "type": "opencollective",
12
+ "url": "https://opencollective.com/webpack"
13
+ },
14
"engines": {
15
"node": ">=10.13.0"
16
packages/webpack-cli/package.json
@@ -8,6 +8,11 @@
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli",
+ "bugs": "https://github.com/webpack/webpack-cli/issues",
"bin": {
17
"webpack-cli": "./bin/cli.js"
18
0 commit comments