diff options
| author | seth <[email protected]> | 2023-03-19 21:32:45 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-19 21:32:45 -0400 |
| commit | d421be1222d6744c0d738e5fbf96ee6daafd61b2 (patch) | |
| tree | 5453f483d527f128889707f039294d4000fb594b /.config/npm | |
| parent | 2dea350971796f0e47fcfa0d1fb1a160c2a94819 (diff) | |
add npmrc
Diffstat (limited to '.config/npm')
| -rw-r--r-- | .config/npm/npmrc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/npm/npmrc b/.config/npm/npmrc new file mode 100644 index 0000000..c2da224 --- /dev/null +++ b/.config/npm/npmrc @@ -0,0 +1,3 @@ +prefix=${XDG_DATA_HOME}/npm +cache=${XDG_CACHE_HOME}/npm +init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js |
