weboptimizer 2.0.1242 → 2.0.1244
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.1244",
|
|
4
4
|
"description": "A generic web optimizer, (module) bundler and development environment.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"webpack",
|
|
@@ -1920,7 +1920,7 @@
|
|
|
1920
1920
|
],
|
|
1921
1921
|
"jsdoc/require-description-complete-sentence": "error",
|
|
1922
1922
|
"jsdoc/require-hyphen-before-param-description": "error",
|
|
1923
|
-
"jsdoc/require-param":
|
|
1923
|
+
"jsdoc/require-param": 0,
|
|
1924
1924
|
"jsdoc/require-param-description": "error",
|
|
1925
1925
|
"jsdoc/require-param-type": 0,
|
|
1926
1926
|
"jsdoc/require-returns-description": "error",
|