@dpuse/dpuse-development 0.3.545 → 0.3.546

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.
@@ -5871,7 +5871,7 @@ async function Gn(e = []) {
5871
5871
  try {
5872
5872
  G("Update '@dpuse/dpuse' Dependencies");
5873
5873
  for (let t of e) {
5874
- if (t !== "development") continue;
5874
+ if (t === "development") continue;
5875
5875
  let e = zn((await W("config.json")).id), r = n.dirname(o(import.meta.url));
5876
5876
  await Kn(r, "../", ".editorconfig"), await Kn(r, "../", ".gitattributes"), await Kn(r, "../", e.isPublished ? ".gitignore_published" : ".gitignore_unpublished"), await Kn(r, "../", ".markdownlint.json"), await Kn(r, "../", "LICENSE");
5877
5877
  }