Skip to content

Commit a30f9d4

Browse files
authored
feat: add webpack@5 to peerDeps for npm@7 compat (#226)
Allow webpack@5 as peerDependency so it don't install version 4 if not needed. Related to: #216
1 parent 138b86c commit a30f9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"LICENSE"
3636
],
3737
"peerDependencies": {
38-
"webpack": "^4.20.2"
38+
"webpack": "^4.20.2 || ^5.0.0"
3939
},
4040
"dependencies": {
4141
"chalk": "^4.0.0",

0 commit comments

Comments
 (0)