From 518993c0267dd466107aa3288a22d5fc7a82dd98 Mon Sep 17 00:00:00 2001 From: Jeff Widman Date: Thu, 21 Mar 2024 15:54:38 -0700 Subject: [PATCH] Relax `engine-strict=true` (#510) 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