dotfiles/npm/npmrc
2016-01-23 13:58:21 +13:00

6 lines
153 B
Plaintext

# Install NPM packages globally without requiring sudo.
prefix=${HOME}/.npm-packages
# Save exact version instead of a 'loose' version.
save-exact=true