Skip to content

Commit 4f105f5

Browse files
committed
docs: remove GitHub Packages .npmrc setup from README
No longer needed - package is published to npmjs.com (public, no auth).
1 parent 8ebb8ad commit 4f105f5

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,6 @@ npx @stoplight/spectral-cli@6.14.2 lint spec/openapi.yaml
4444

4545
### Setup
4646

47-
Configure npm to use GitHub Packages for the `@selfpatch` scope:
48-
49-
```bash
50-
echo "@selfpatch:registry=https://npm.pkg.github.com" >> .npmrc
51-
```
52-
53-
Install the package and its peer dependency:
54-
5547
```bash
5648
npm install @selfpatch/ros2-medkit-client-ts openapi-fetch
5749
```

0 commit comments

Comments
 (0)