From 77ff76f77f5e247d05642057f7e563318fb65d6b Mon Sep 17 00:00:00 2001 From: Jan Jakes Date: Tue, 18 Jul 2023 16:55:40 +0200 Subject: [PATCH] Remove engine strict check --- mailpoet/.npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mailpoet/.npmrc b/mailpoet/.npmrc index b6f27f1359..d357892151 100644 --- a/mailpoet/.npmrc +++ b/mailpoet/.npmrc @@ -1 +1,2 @@ -engine-strict=true +# we can set this back to "true" once @woocommerce/components have less restrictive definitions +engine-strict=false