From d5470db75bcc645905432633eab8da883d25d32a Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Wed, 21 Feb 2024 13:20:49 -0600 Subject: [PATCH] Add attribution to the latest TIL --- javascript/turn-off-npm-funding-message.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/javascript/turn-off-npm-funding-message.md b/javascript/turn-off-npm-funding-message.md index 67c42b8..40b87f4 100644 --- a/javascript/turn-off-npm-funding-message.md +++ b/javascript/turn-off-npm-funding-message.md @@ -27,3 +27,5 @@ Run an `npm install` again and the funding message will no longer show. This edits the `npmrc` located in the `/etc` directory of wherever your current version of Node is installed. Running `npm config edit --global` will open you up to this file as well. + +h/t Dillon Hafer