From 62d7e78d6ddd281c5d0ec59a487e615eccb014a1 Mon Sep 17 00:00:00 2001 From: starptech Date: Tue, 15 Oct 2024 15:25:04 +0200 Subject: [PATCH] chore: disable provenance --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 17011be..b1763e3 100644 --- a/.npmrc +++ b/.npmrc @@ -2,5 +2,5 @@ strict-peer-dependencies=false # If this is enabled, commands will fail if there fetch-retries="10" ignore-workspace-root-check=true dedupe-peer-dependents=false -provenance=true +provenance=false # Enable when we make the repo public registry-url=https://registry.npmjs.org/ \ No newline at end of file