Skip to content

Commit 3e1df05

Browse files
authoredJun 11, 2022
chore: update package.json (#3289)
1 parent 402c0fe commit 3e1df05

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
 

‎package.json

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
"type": "git",
88
"url": "https://github.com/webpack/webpack-cli.git"
99
},
10+
"funding": {
11+
"type": "opencollective",
12+
"url": "https://opencollective.com/webpack"
13+
},
1014
"engines": {
1115
"node": ">=10.13.0"
1216
},

‎packages/webpack-cli/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
"url": "https://github.com/webpack/webpack-cli.git"
99
},
1010
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli",
11+
"bugs": "https://github.com/webpack/webpack-cli/issues",
12+
"funding": {
13+
"type": "opencollective",
14+
"url": "https://opencollective.com/webpack"
15+
},
1116
"bin": {
1217
"webpack-cli": "./bin/cli.js"
1318
},

0 commit comments

Comments
 (0)