]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blobdiff - programs/pnpm.json
fix: Update matplotlib document link (#447)
[xdg-ninja.git] / programs / pnpm.json
index 5d586f8083b9477120fb11be6995bb95e6225fc0..1a943147016034b6b94b3a4fd36b031123eea32f 100644 (file)
@@ -1,10 +1,15 @@
 {
     "files": [
+        {
+            "path": "$HOME/.pnpm-state",
+            "movable": true,
+            "help": "Add the following to your npmrc:\n\n```\nstate-dir=$XDG_STATE_HOME/pnpm-state\n```\n"
+        },
         {
             "path": "$HOME/.pnpm-store",
             "movable": true,
-            "help": "Add the following to your npmrc:\n\n```\nstore-dir=${XDG_DATA_HOME}/pnpm-store\n```\n"
+            "help": "Add the following to your npmrc:\n\n```\nstore-dir=$XDG_DATA_HOME/pnpm-store\n```\n"
         }
     ],
     "name": "pnpm"
-}
\ No newline at end of file
+}