weboptimizer 2.0.1174 → 2.0.1177

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 (2) hide show
  1. package/package.json +4 -2
  2. package/readme.md +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1174",
3
+ "version": "2.0.1177",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -774,7 +774,9 @@
774
774
  "__evaluate__": "/(?:^|\\/)webpack(?:$|\\/)/"
775
775
  }
776
776
  ],
777
- "include": []
777
+ "include": [
778
+ "@jest/globals"
779
+ ]
778
780
  }
779
781
  },
780
782
  "modules": "__implicit__"
package/readme.md CHANGED
@@ -40,11 +40,11 @@ or node. All native web types like html, css and JavaScript are supported
40
40
  natively in their latest language specification through preconfigured
41
41
  transpiler.
42
42
 
43
- Content
44
- -------
45
-
46
43
  <!--Place for automatic generated table of contents.-->
47
- [TOC]
44
+ <div class="doc-toc" style="display:none">
45
+ <!--|deDE:Inhalt-->
46
+ <h2 id="content">Content</h2>
47
+ </div>
48
48
 
49
49
  Features
50
50
  --------