From e2be8e9063055b8c1b63e48abdec2ed519825c15 Mon Sep 17 00:00:00 2001 From: litruv Date: Sun, 12 Jul 2026 08:18:08 +1000 Subject: [PATCH] Allow git deps in npm for Node/npm compatibility. Co-authored-by: Cursor --- .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