Skip to content

Commit 4cce6e5

Browse files
Remove access token for config
1 parent 7cce0ec commit 4cce6e5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Reusable libraries for our node microservices. These packages do NOT contain any
66
## How to use
77
* add a `.npmrc` file with the following content to access our package registry
88
```
9-
//npm.pkg.github.com/:_authToken=333cf0da6c93b421def514a270da8e8c2e22d3be
10-
registry=https://npm.pkg.github.com/jvalue
9+
@jvalue:registry=https://npm.pkg.github.com
1110
```
1211
* add the packages to your `package.json` as usual
1312

0 commit comments

Comments
 (0)