Skip to content

Commit

Permalink
fix spacing in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukka committed Nov 5, 2023
1 parent 1f075d1 commit 2ce8982
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**
Expand Down

0 comments on commit 2ce8982

Please sign in to comment.