weboptimizer 2.0.1646 → 2.0.1647
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.1647",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -736,7 +736,7 @@
|
|
|
736
736
|
"last 2 major versions",
|
|
737
737
|
"> 5%"
|
|
738
738
|
],
|
|
739
|
-
"testCommandLine": "
|
|
739
|
+
"testCommandLine": "jest --config node_modules/weboptimizer/jest.json --noStackTrace --test-regex",
|
|
740
740
|
"testCommandLineCoverageArguments": "--ci --coverage --coverage-reporters=text --coverage-reporters=text-summary --silent --test-location-in-results"
|
|
741
741
|
},
|
|
742
742
|
"givenCommandLineArguments": [],
|