aboutsummaryrefslogtreecommitdiff
path: root/npm
diff options
context:
space:
mode:
Diffstat (limited to 'npm')
-rw-r--r--npm/npmrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/npm/npmrc b/npm/npmrc
index b021275..539a900 100644
--- a/npm/npmrc
+++ b/npm/npmrc
@@ -3,3 +3,9 @@ prefix=${HOME}/.local
3 3
4; disable fund-spam 4; disable fund-spam
5fund=false 5fund=false
6
7; reduce the attack surface for supply chain attacks
8min-release-age=3
9
10; disable pre- und post-scripts
11ignore-scripts=true