diff options
author | EuAndreh <eu@euandre.org> | 2018-12-21 16:05:50 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-21 16:05:50 -0200 |
commit | f163ca2351fe798cc1e50623ef274080b9cf91b6 (patch) | |
tree | acdc3934d5a05b108e7adab905d36ad03a783add /nixos | |
parent | Run reload after starting annex tmuxinator template. (diff) | |
download | dotfiles-f163ca2351fe798cc1e50623ef274080b9cf91b6.tar.gz dotfiles-f163ca2351fe798cc1e50623ef274080b9cf91b6.tar.xz |
Add save-exact=true to npmrc configuration.
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/npmrc.sh | 3 |
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 |