weboptimizer 2.0.1407 → 2.0.1408
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1408",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"postcss-url": "*",
|
|
150
150
|
"shx": "*",
|
|
151
151
|
"style-loader": "*",
|
|
152
|
-
"stylelint": "
|
|
152
|
+
"stylelint": "*",
|
|
153
153
|
"stylelint-config-standard": "*",
|
|
154
154
|
"stylelint-config-standard-scss": "*",
|
|
155
155
|
"typescript-plugin-css-modules": "*",
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"postcss-sprites": "*",
|
|
188
188
|
"postcss-url": "*",
|
|
189
189
|
"style-loader": "*",
|
|
190
|
-
"stylelint": "
|
|
190
|
+
"stylelint": "*",
|
|
191
191
|
"stylelint-config-standard": "*",
|
|
192
192
|
"stylelint-config-standard-scss": "*",
|
|
193
193
|
"typescript-plugin-css-modules": "*",
|