weboptimizer 2.0.1472 → 2.0.1473
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1473",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
],
|
|
768
768
|
"pattern": [
|
|
769
769
|
{
|
|
770
|
-
"__evaluate__": "
|
|
770
|
+
"__evaluate__": "/.*\\/test\\/.+/"
|
|
771
771
|
}
|
|
772
772
|
]
|
|
773
773
|
},
|