mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
prefix=${HOME}/.local/share/npm
|
|
cache=${HOME}/.cache/npm
|
|
tmp=${XDG_RUNTIME_DIR}/npm
|
|
init-module=${HOME}/.config/npm/config/npm-init.js
|