Skip to content

Commit

Permalink
Add webpack v5 as a new peer dependency, as we now support v5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencookdev committed Jan 23, 2021
1 parent 968f6a7 commit 0ced76c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "speed-measure-webpack-plugin",
"version": "1.4.1",
"version": "1.4.2",
"description": "Measure + analyse the speed of your webpack loaders and plugins",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"node": ">=6.0.0"
},
"peerDependencies": {
"webpack": "^1 || ^2 || ^3 || ^4"
"webpack": "^1 || ^2 || ^3 || ^4 || ^5"
},
"devDependencies": {
"alex": "^9.1.0",
Expand Down

1 comment on commit 0ced76c

@takhello
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't seem to work on Webpack5

Please sign in to comment.