diff options
author | Robin Krahl <me@robin-krahl.de> | 2018-02-22 23:09:45 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2018-02-22 23:09:45 +0100 |
commit | 548a4425c43528d1a65d5912fa73390bcf519dee (patch) | |
tree | f5471ed6eb7599a0e518b9b12cc7ac679f2fe776 /npm | |
parent | 63c61ba63a9dab45d0a0d5223c1fedfd92b1f085 (diff) | |
download | dotfiles-548a4425c43528d1a65d5912fa73390bcf519dee.tar.gz dotfiles-548a4425c43528d1a65d5912fa73390bcf519dee.tar.bz2 |
Restructure for compatibility with GNU stow
Diffstat (limited to 'npm')
-rw-r--r-- | npm/.config/npm/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npm/.config/npm/config b/npm/.config/npm/config new file mode 100644 index 0000000..0931132 --- /dev/null +++ b/npm/.config/npm/config @@ -0,0 +1,2 @@ +cache=$XDG_CACHE_HOME/npm +prefix=$XDG_DATA_HOME/npm |