all repos — nixfiles @ a36c10e44d618d7ba568b64e11abef72549b7075

System and user configuration, managed by nix and home-manager

Fix NPM registry for npm command

Alan Pearce
commit

a36c10e44d618d7ba568b64e11abef72549b7075

parent

1d5ba912ae69db6e59fe8a987b9fdb82c3b87671

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M javascript/.npmrcjavascript/.npmrc
@@ -1,5 +1,5 @@
prefix=${HOME}/.local -https://registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN} +//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN} @satoshipay:registry=https://registry.npmjs.org/ always-auth=true sign-git-tag=true