From f48799645f56d9d4ec4903daa36cae62b82b22ca Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 21 Mar 2024 15:49:19 -0700 Subject: [PATCH] Relax `engine-strict=true` Looking at git history, this was added in https://github.com/dependabot/fetch-metadata/pull/251 and was probably an overzealous add TBH. I often like pinning, but here it's breaking our :dependabot: runs: https://github.com/dependabot/fetch-metadata/issues/507 So let's relax it for now. If we later run into problems, we can always tighten the screws later. --- .npmrc | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .npmrc diff --git a/.npmrc b/.npmrc deleted file mode 100644 index b6f27f13..00000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -engine-strict=true