From: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> Date: Sat, 6 May 2023 17:47:03 +0000 (+0200) Subject: Merge pull request #257 from mattico/patch-1 X-Git-Tag: v0.2.0.2~58 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/f3adb1f80ba00237f621be94eea0934e00f7da6e?hp=41a0f4935fc2002db67f7165d0872ea5e7591456 Merge pull request #257 from mattico/patch-1 --- diff --git a/programs/npm.json b/programs/npm.json index ecca1da..dc15fb6 100644 --- a/programs/npm.json +++ b/programs/npm.json @@ -1,7 +1,7 @@ { "files": [ { - "help": "You need to put the following into your npmrc:\n\n```\nprefix=$XDG_DATA_HOME/npm\ncache=$XDG_CACHE_HOME/npm\ninit-module=$XDG_CONFIG_HOME/npm/config/npm-init.js\ntmp=${XDG_RUNTIME_DIR}/npm\n```\n\n_Note: the `tmp` option has been removed in more recent versions of npm, including it will generate a warning._\n", + "help": "You need to put the following into your npmrc:\n\n```\nprefix=${XDG_DATA_HOME}/npm\ncache=${XDG_CACHE_HOME}/npm\ninit-module=${XDG_CONFIG_HOME}/npm/config/npm-init.js\ntmp=${XDG_RUNTIME_DIR}/npm\n```\n\n_Note: the `tmp` option has been removed in more recent versions of npm, including it will generate a warning._\n", "movable": true, "path": "$HOME/.npm" },