Skip to content

Commit

Permalink
Define webpack 5 as a peerDependency πŸ‘―β€β™€οΈ
Browse files Browse the repository at this point in the history
  • Loading branch information
pirelenito committed May 2, 2021
1 parent 9c614b8 commit e21e072
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"peerDependencies": {
"webpack": "^5.0.0"
},
"prettier": {
"printWidth": 120,
"semi": false,
Expand Down

0 comments on commit e21e072

Please sign in to comment.