From f490d8692a2641ed18a76d8f2e977adaf08552e7 Mon Sep 17 00:00:00 2001 From: "ugo.bechameil" Date: Thu, 17 Apr 2025 10:34:20 +0200 Subject: [PATCH] add missing .npmrc npm config like on other plugins --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..cffe8cd --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +save-exact=true