aboutsummaryrefslogtreecommitdiff
path: root/npm
diff options
context:
space:
mode:
Diffstat (limited to 'npm')
-rw-r--r--npm/npmrc-win26
1 files changed, 0 insertions, 26 deletions
diff --git a/npm/npmrc-win b/npm/npmrc-win
deleted file mode 100644
index 3803390..0000000
--- a/npm/npmrc-win
+++ /dev/null
@@ -1,26 +0,0 @@
1; %USERPROFILE%\.npmrc (Windows)
2;
3; Kein "prefix" gesetzt, anders als in npm/npmrc (POSIX): dort dient
4; prefix=${HOME}/.local dazu, globale Installationen ohne sudo/root ins
5; Home-Verzeichnis zu legen. Unter Windows loest npm dieses Problem
6; bereits selbst - der Standard-Praefix liegt ohnehin im Benutzerprofil
7; (%APPDATA%\npm), von Node's eigenem Installer automatisch zum PATH
8; hinzugefuegt. ${HOME} ist unter Windows i.d.R. nicht gesetzt und wuerde
9; hier nicht expandieren.
10
11; default registry
12registry=https://registry.npmjs.org/
13
14; disable fund-spam
15fund=false
16
17; suppresses notifications about new npm versions
18update-notifier=false
19
20; reduce the attack surface for supply chain attacks
21min-release-age=3
22
23; disable pre- und post-scripts
24ignore-scripts=true
25
26; vim: ft=dosini