diff options
| author | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-04-09 14:11:53 +0200 |
|---|---|---|
| committer | Tobias Järvelöv <tobias.jarvelov@mullvad.net> | 2026-04-23 09:35:40 +0200 |
| commit | 92bdefe365f0da450160c0833b0d7265e63ba080 (patch) | |
| tree | 030dabc7906bbe63a3653ace2d3c78e5589a18a1 | |
| parent | 8ccdcafd4ce312f75ffabafc4ae93f8ef5bad736 (diff) | |
| download | mullvadvpn-92bdefe365f0da450160c0833b0d7265e63ba080.tar.xz mullvadvpn-92bdefe365f0da450160c0833b0d7265e63ba080.zip | |
Add .npmrc
| -rw-r--r-- | desktop/.npmrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/.npmrc b/desktop/.npmrc new file mode 100644 index 0000000000..bf735bdb32 --- /dev/null +++ b/desktop/.npmrc @@ -0,0 +1,3 @@ +ignore-scripts=true # disable preinstall/postinstall life cycle hooks +min-release-age=1 # 1 day +allow-git=none |
