diff options
author | Case Duckworth | 2023-01-30 17:33:06 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-30 17:33:06 -0600 |
commit | 1d562af8927d932bc3329de3b06c94a966047238 (patch) | |
tree | acb2c460fbb8d01473f38f4de426c4879c7ae11a /npm/npmrc | |
parent | Declare mode (diff) | |
download | etc-1d562af8927d932bc3329de3b06c94a966047238.tar.gz etc-1d562af8927d932bc3329de3b06c94a966047238.zip |
Add a bunch of stuff
Forgot I had to `git add -f' these!
Diffstat (limited to 'npm/npmrc')
-rw-r--r-- | npm/npmrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npm/npmrc b/npm/npmrc new file mode 100644 index 0000000..fc84b78 --- /dev/null +++ b/npm/npmrc | |||
@@ -0,0 +1,4 @@ | |||
1 | prefix=${XDG_DATA_HOME}/npm | ||
2 | cache=${XDG_CACHE_HOME}/npm | ||
3 | tmp=${XDG_RUNTIME_DIR}/npm | ||
4 | init-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js | ||