We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968f6a7 commit 0ced76cCopy full SHA for 0ced76c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "speed-measure-webpack-plugin",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"description": "Measure + analyse the speed of your webpack loaders and plugins",
5
"main": "index.js",
6
"scripts": {
@@ -40,7 +40,7 @@
40
"node": ">=6.0.0"
41
},
42
"peerDependencies": {
43
- "webpack": "^1 || ^2 || ^3 || ^4"
+ "webpack": "^1 || ^2 || ^3 || ^4 || ^5"
44
45
"devDependencies": {
46
"alex": "^9.1.0",
0 commit comments