From 3de3058ca9ce212606eb239ece2d5b18a4cef6fa Mon Sep 17 00:00:00 2001 From: litruv Date: Sun, 12 Jul 2026 08:18:57 +1000 Subject: [PATCH] Allow git deps in npm for Node/npm compatibility. --- .npmrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index e28ce00..b141635 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,3 @@ legacy-peer-deps=true -save-exact=true \ No newline at end of file +save-exact=true +allow-git=all