webpack-contrib/image-minimizer-webpack-plugin

Update package in npm registry accordingly

PavloUlanenko opened this issue · 1 comments

Bug report

Actual Behavior

Hello!
While updating my node modules I came across the issue that the version of the plugin on github
https://github.com/webpack-contrib/image-minimizer-webpack-plugin
coincide with the one published on npm
https://www.npmjs.com/package/image-minimizer-webpack-plugin
(v2.2.0)
Nonetheless the packages differ - the last changes on npm have been made a year ago, which can be spotted by comparing two package.json files - on github you include "webpack": "^5.51.1" as a dependency while on npm it's "^5.12.2".
Could you update you plugin on npm registry accordingly to mirror the last changes?

Expected Behavior

Packages are equal

I am working on it right now, you can look at commits, release will be today/tomorrow