Skip to content

Commit

Permalink
webpack 4 and 5 in peer deps, use whatever webpack-sources version th…
Browse files Browse the repository at this point in the history
…ey depend on
  • Loading branch information
erikdesjardins committed Dec 29, 2020
1 parent 6389634 commit af45cd8
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 109 deletions.
182 changes: 75 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"yazl": "^2.5.1"
},
"peerDependencies": {
"webpack": "4.0.0",
"webpack-sources": "1.1.0"
"webpack": "^4.0.0 || ^5.0.0",
"webpack-sources": "*"
},
"devDependencies": {
"ava": "^3.14.0",
Expand Down

0 comments on commit af45cd8

Please sign in to comment.