From 8b09ef08c5eb39800c3f31cba15256fe1b69d4b3 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Wed, 23 Oct 2024 00:40:46 -0700 Subject: [PATCH] fix: typo in .npmrc (#2483) --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 4936a3c5a..4fef437c2 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ save-exact=true -packge-lock=false +package-lock=false