terser 4.6.5 → 4.6.6
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.
Potentially problematic release.
This version of terser might be problematic. Click here for more details.
- package/CHANGELOG.md +7 -1
- package/dist/bundle.min.js +1 -1
- package/dist/bundle.min.js.map +1 -1
- package/package.json +1 -7
package/package.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
"homepage": "https://terser.org",
|
5
5
|
"author": "Mihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)",
|
6
6
|
"license": "BSD-2-Clause",
|
7
|
-
"version": "4.6.
|
7
|
+
"version": "4.6.6",
|
8
8
|
"engines": {
|
9
9
|
"node": ">=6.0.0"
|
10
10
|
},
|
@@ -102,12 +102,6 @@
|
|
102
102
|
],
|
103
103
|
"no-debugger": "error",
|
104
104
|
"no-undef": "error",
|
105
|
-
"no-unused-vars": [
|
106
|
-
"error",
|
107
|
-
{
|
108
|
-
"varsIgnorePattern": "^_$"
|
109
|
-
}
|
110
|
-
],
|
111
105
|
"no-tabs": "error",
|
112
106
|
"semi": [
|
113
107
|
"error",
|