]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/npm.json
Merge pull request #256 from e-khurmamatov/patch-1
[xdg-ninja.git] / programs / npm.json
index 7ae081b1986a729192a1ce496d16fe09b7e92220..ecca1da8d8126a57708034de1d52b95095af8bf4 100644 (file)
@@ -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"
         },
@@ -12,4 +12,4 @@
         }
     ],
     "name": "npm"
-}
\ No newline at end of file
+}