dotfiles/npm/npmrc

6 lines
153 B
Plaintext
Raw Normal View History

2016-01-23 00:58:21 +00:00
# Install NPM packages globally without requiring sudo.
prefix=${HOME}/.npm-packages
# Save exact version instead of a 'loose' version.
save-exact=true