Skip to content

Commit f3ccdd5

Browse files
authoredSep 2, 2020
feat: update webpack dependency range to allow installing webpack 5 beta
fixes #1504
1 parent 1765373 commit f3ccdd5

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
@@ -61,7 +61,7 @@
6161
"util.promisify": "1.0.0"
6262
},
6363
"peerDependencies": {
64-
"webpack": ">=4.0.0 < 6.0.0"
64+
"webpack": "^4.0.0 || ^5.0.0"
6565
},
6666
"keywords": [
6767
"webpack",

0 commit comments

Comments
 (0)
Please sign in to comment.