Skip to content

Commit 0d564dc

Browse files
Update README.md
1 parent 4c80be6 commit 0d564dc

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,6 @@ nestified/
8282

8383
---
8484

85-
## 📜 Publishing a Package
86-
87-
> You must be logged into npm with access to the `@nestified` organization.
88-
89-
```bash
90-
cd packages/correlation-id
91-
npm version patch # or minor / major
92-
npm publish --access public
93-
```
94-
9585
---
9686

9787
## 🤝 Contributing
@@ -107,12 +97,3 @@ npm publish --access public
10797
## 📄 License
10898

10999
This project is licensed under the [MIT License](./LICENSE).
110-
111-
---
112-
113-
```
114-
115-
---
116-
117-
If you want, I can now also **write a minimal `README.md` template** for each package inside `packages/*` so that `@nestified/correlation-id` and `@nestified/centralized-logger` each have their own docs ready for npm publishing. That way, your monorepo and npm pages will look professional from day 1.
118-
```

0 commit comments

Comments
 (0)