Skip to content

Commit

Permalink
Update programs/npm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n authored Oct 26, 2024
1 parent 923c296 commit 3b4e876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/npm.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"help": "Export the following environment variables:\n\n```bash\nexport NPM_CONFIG_CACHE=\"$XDG_CACHE_HOME\"/npm\n```\n"
},
{
"help": "Export the following environment variables:\n\n```bash\nexport NPM_CONFIG_INIT_MODULE=\"$XDG_CONFIG_HOME\"/npm/config/npm-init.js\nexport NPM_CONFIG_CACHE=\"$XDG_CACHE_HOME\"/npm\nexport NPM_CONFIG_TMP=\"$XDG_RUNTIME_DIR\"/npm\n```\n"
"help": "Export the following environment variables:\n\n```bash\nexport NPM_CONFIG_INIT_MODULE=\"$XDG_CONFIG_HOME\"/npm/config/npm-init.js\nexport NPM_CONFIG_CACHE=\"$XDG_CACHE_HOME\"/npm\nexport NPM_CONFIG_TMP=\"$XDG_RUNTIME_DIR\"/npm\n```\n",
"movable": true,
"path": "$HOME/.npm"
},
Expand Down

0 comments on commit 3b4e876

Please sign in to comment.