npm-pkg-lint 3.5.2 → 3.5.3
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/dist/index.js +1 -6
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4314,12 +4314,7 @@ var require_lrucache = __commonJS({
|
|
|
4314
4314
|
}
|
|
4315
4315
|
}
|
|
4316
4316
|
delete(key) {
|
|
4317
|
-
|
|
4318
|
-
this.map.delete(key);
|
|
4319
|
-
return true;
|
|
4320
|
-
} else {
|
|
4321
|
-
return false;
|
|
4322
|
-
}
|
|
4317
|
+
return this.map.delete(key);
|
|
4323
4318
|
}
|
|
4324
4319
|
set(key, value) {
|
|
4325
4320
|
const deleted = this.delete(key);
|