Skip to content

Commit 0ced76c

Browse files
Add webpack v5 as a new peer dependency, as we now support v5
1 parent 968f6a7 commit 0ced76c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "speed-measure-webpack-plugin",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "Measure + analyse the speed of your webpack loaders and plugins",
55
"main": "index.js",
66
"scripts": {
@@ -40,7 +40,7 @@
4040
"node": ">=6.0.0"
4141
},
4242
"peerDependencies": {
43-
"webpack": "^1 || ^2 || ^3 || ^4"
43+
"webpack": "^1 || ^2 || ^3 || ^4 || ^5"
4444
},
4545
"devDependencies": {
4646
"alex": "^9.1.0",

0 commit comments

Comments
 (0)