Skip to content

Commit

Permalink
chore: update package.json (#3289)
Browse files Browse the repository at this point in the history
  • Loading branch information
amareshsm committed Jun 11, 2022
1 parent 402c0fe commit 3e1df05
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -7,6 +7,10 @@
"type": "git",
"url": "https://github.com/webpack/webpack-cli.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"engines": {
"node": ">=10.13.0"
},
Expand Down
5 changes: 5 additions & 0 deletions packages/webpack-cli/package.json
Expand Up @@ -8,6 +8,11 @@
"url": "https://github.com/webpack/webpack-cli.git"
},
"homepage": "https://github.com/webpack/webpack-cli/tree/master/packages/webpack-cli",
"bugs": "https://github.com/webpack/webpack-cli/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"bin": {
"webpack-cli": "./bin/cli.js"
},
Expand Down

0 comments on commit 3e1df05

Please sign in to comment.