From 3c93e12b45b7e61206e586be159cb19f753f5538 Mon Sep 17 00:00:00 2001 From: nabeliwo Date: Wed, 18 Oct 2023 11:39:13 +0900 Subject: [PATCH] chore: ensure rimraf is updated --- default.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/default.json b/default.json index 773371c..22574b2 100644 --- a/default.json +++ b/default.json @@ -47,10 +47,6 @@ "matchPackagePatterns": [ "^reg-" ] - }, - { - "matchPackageNames": ["rimraf"], - "allowedVersions": "<4.0.0" } ] }