weboptimizer 2.0.1159 → 2.0.1160
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.
- package/package.json +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1160",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -116,7 +116,6 @@
|
|
|
116
116
|
"@types/html-minifier-terser": "*",
|
|
117
117
|
"@types/imagemin": "*",
|
|
118
118
|
"@types/jest": "*",
|
|
119
|
-
"@types/mini-css-extract-plugin": "*",
|
|
120
119
|
"@types/node": "*",
|
|
121
120
|
"@types/postcss-import": "*",
|
|
122
121
|
"@types/postcss-url": "*",
|
|
@@ -161,7 +160,6 @@
|
|
|
161
160
|
"@types/html-minifier": "*",
|
|
162
161
|
"@types/imagemin": "*",
|
|
163
162
|
"@types/jest": "*",
|
|
164
|
-
"@types/mini-css-extract-plugin": "*",
|
|
165
163
|
"@types/node": "*",
|
|
166
164
|
"@types/webpack-env": "*",
|
|
167
165
|
"@typescript-eslint/eslint-plugin": "*",
|