aboutsummaryrefslogtreecommitdiffstats
path: root/.npmrc
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-10-28 06:40:25 +0530
commit976f0f6436106fc96651c55c2e254f21a642fe15 (patch)
tree2032c66c0d31d98b0b55e9a7267146e82f079424 /.npmrc
parentfix: 'failed prop' warning in QuickSwitchModal, SettingsNavigation, SettingsW... (diff)
downloadferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.gz
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.tar.zst
ferdium-app-976f0f6436106fc96651c55c2e254f21a642fe15.zip
Revert "Switch from 'npm' to 'pnpm' (#704)"
Diffstat (limited to '.npmrc')
-rw-r--r--.npmrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.npmrc b/.npmrc
index 9de4cdb0f..e5311c5d3 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,5 +1,6 @@
1save-exact = true 1save-exact = true
2engine-strict = true 2engine-strict = true
3unsafe-perm = true 3unsafe-perm = true
4legacy-peer-deps = true
5frozen-lockfile = false 4frozen-lockfile = false
5legacy-peer-deps = true
6shamefully-hoist = true