weboptimizer 2.0.1380 → 2.0.1381
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 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weboptimizer",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1381",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -755,7 +755,8 @@
|
|
|
755
755
|
"./type",
|
|
756
756
|
"./type.js",
|
|
757
757
|
"./type.ts",
|
|
758
|
-
".coverage"
|
|
758
|
+
".coverage",
|
|
759
|
+
"exclude"
|
|
759
760
|
],
|
|
760
761
|
"chunks": {},
|
|
761
762
|
"entry": {
|