From 2ce8982be71b8e9a3c4d5e432135035afd1e76a7 Mon Sep 17 00:00:00 2001 From: luca <681992+lukka@users.noreply.github.com> Date: Sat, 4 Nov 2023 22:11:17 -0700 Subject: [PATCH] fix spacing in contributing.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b889585..c6959af 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,8 +24,8 @@ to populate the dependencies in `./node_modules` directory. Unexpectedly, a public package still requires authentication when downloading it, hence if you want to `npm install` those packages correctly, you need to obtain a token with `read:packages` scope. Then create in the root of the repository a `.npmrc` file with the following content: ``` -//npm.pkg.github.com/:_authToken=YOURTOKEN -@lukka:registry=https://npm.pkg.github.com/ + //npm.pkg.github.com/:_authToken=YOURTOKEN + @lukka:registry=https://npm.pkg.github.com/ ``` __Note__: **Never commit this `.npmrc` file!**