From f80eb41d59b811f41d243fa7d29075e4a3db446d Mon Sep 17 00:00:00 2001 From: abhishekmg Date: Tue, 12 Nov 2024 18:34:00 +0530 Subject: [PATCH] =?UTF-8?q?fix(vercel):=20=F0=9F=90=9B=20removed=20npmrc?= =?UTF-8?q?=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/.npmrc b/.npmrc index fb8850e9..e69de29b 100644 --- a/.npmrc +++ b/.npmrc @@ -1,44 +0,0 @@ -## PNPM related ############### -## https://pnpm.io/npmrc # -############################### - -# Not always possible to be strict, but if it works for you, keep it to true. -# https://pnpm.io/next/npmrc#strict-peer-dependencies -strict-peer-dependencies=false - -# Auto install peers should be false to avoid downloading -# extraneous deps. If the install fails, try first to explicitly add -# the missing deps in your package. Set it to true at last resort -# (when the problem comes from upstream dependencies). The best is false. -# https://pnpm.io/npmrc#auto-install-peers -auto-install-peers=false - -# Helps locating duplicates, default in v8 -# https://pnpm.io/next/npmrc#use-lockfile-v6 -use-lockfile-v6=true - -# Will fix duplicates due to peer-dependencies (>=7.29.0), default in v8 -# https://github.com/pnpm/pnpm/releases/tag/v7.29.0 -dedupe-peer-dependents=true - -# Helps with peer-deps (>=7.23.0), default in v8 -# https://pnpm.io/npmrc#resolve-peers-from-workspace-root -resolve-peers-from-workspace-root=true - -# default to 'lowest' in v8.5.0 -# set to highest for reasons specified here: https://github.com/pnpm/pnpm/issues/6463 -# https://pnpm.io/npmrc#resolution-mode -resolution-mode=highest - -# Default in 8.1.0 to fix issues with root/workspaces hoisting -# https://pnpm.io/npmrc#dedupe-direct-deps -dedupe-direct-deps=false - -# Pinlock to exact version (default is '^') -# https://pnpm.io/npmrc#save-prefix -# see also how save-workspace-protocol affect this https://pnpm.io/npmrc#save-workspace-protocol -save-prefix='' - -# Most of the time, you want to use the rolling protocol for monorepos -# https://pnpm.io/npmrc#save-workspace-protocol -save-workspace-protocol=rolling \ No newline at end of file