From f1c918e58248fb58456fe7c5618b37151cf788d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20M=C3=BCller?= Date: Sat, 27 Jul 2024 15:15:57 +0200 Subject: [PATCH] Disable package-lock in examples directory Done to prevent accidental foot-guns when an outdated version of superstruct was installed previously and was not updaing due to pacakge-lock.json, even though package.json specifies 'latest'. --- examples/.npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/.npmrc diff --git a/examples/.npmrc b/examples/.npmrc new file mode 100644 index 00000000..9cf94950 --- /dev/null +++ b/examples/.npmrc @@ -0,0 +1 @@ +package-lock=false \ No newline at end of file