Skip to content

Commit 9c571e2

Browse files
committedApr 9, 2020
feat: Allow webpack 5 as peer dependency
1 parent 39c38a4 commit 9c571e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"util.promisify": "1.0.0"
6262
},
6363
"peerDependencies": {
64-
"webpack": "^4.0.0"
64+
"webpack": ">=4.0.0 < 6.0.0"
6565
},
6666
"keywords": [
6767
"webpack",

0 commit comments

Comments
 (0)
Please sign in to comment.