weboptimizer 2.0.1626 → 2.0.1627

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1626",
3
+ "version": "2.0.1627",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -212,6 +212,9 @@
212
212
  "@types/html-minifier": {
213
213
  "optional": true
214
214
  },
215
+ "@types/imagemin": {
216
+ "optional": true
217
+ },
215
218
  "@types/node": {
216
219
  "optional": true
217
220
  },