npm-pkg-lint 5.1.5 → 5.1.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.
package/dist/index.js CHANGED
@@ -4746,9 +4746,9 @@ var require_range = __commonJS({
4746
4746
  debug("no pr");
4747
4747
  if (M2 === "0") {
4748
4748
  if (m2 === "0") {
4749
- ret = `>=${M2}.${m2}.${p2}${z2} <${M2}.${m2}.${+p2 + 1}-0`;
4749
+ ret = `>=${M2}.${m2}.${p2} <${M2}.${m2}.${+p2 + 1}-0`;
4750
4750
  } else {
4751
- ret = `>=${M2}.${m2}.${p2}${z2} <${M2}.${+m2 + 1}.0-0`;
4751
+ ret = `>=${M2}.${m2}.${p2} <${M2}.${+m2 + 1}.0-0`;
4752
4752
  }
4753
4753
  } else {
4754
4754
  ret = `>=${M2}.${m2}.${p2} <${+M2 + 1}.0.0-0`;