weboptimizer 2.0.1138 → 2.0.1139

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 (1) hide show
  1. package/package.json +1 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1138",
3
+ "version": "2.0.1139",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -1823,14 +1823,6 @@
1823
1823
  10
1824
1824
  ],
1825
1825
  "no-invalid-this": 0,
1826
- "no-this-assignment": [
1827
- true,
1828
- {
1829
- "allowed-names": [
1830
- "^self$"
1831
- ]
1832
- }
1833
- ],
1834
1826
  "no-unused-vars": [
1835
1827
  "error",
1836
1828
  {