aboutsummaryrefslogtreecommitdiff
path: root/nixos/npmrc.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-21 16:05:50 -0200
committerEuAndreh <eu@euandre.org>2018-12-21 16:05:50 -0200
commitf163ca2351fe798cc1e50623ef274080b9cf91b6 (patch)
treeacdc3934d5a05b108e7adab905d36ad03a783add /nixos/npmrc.sh
parentRun reload after starting annex tmuxinator template. (diff)
downloaddotfiles-f163ca2351fe798cc1e50623ef274080b9cf91b6.tar.gz
dotfiles-f163ca2351fe798cc1e50623ef274080b9cf91b6.tar.xz
Add save-exact=true to npmrc configuration.
Diffstat (limited to 'nixos/npmrc.sh')
-rw-r--r--nixos/npmrc.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/npmrc.sh b/nixos/npmrc.sh
index 2bc28dc..326ac0b 100644
--- a/nixos/npmrc.sh
+++ b/nixos/npmrc.sh
@@ -1 +1,4 @@
prefix="~/.npm-packages"
+# Taken from:
+# http://www.tomsquest.com/blog/2018/10/better-npm-ing/
+save-exact=true