@vlprojects-chat/chat 0.6.12 → 0.6.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1 +1,13 @@
|
|
|
1
|
-
# lsd-chat-react
|
|
1
|
+
# lsd-chat-react
|
|
2
|
+
lsd-chat-react is a standalone package with chat functionality, mostly used in ld rooms
|
|
3
|
+
|
|
4
|
+
## Development
|
|
5
|
+
To test package locally, use yalc, a local package manager. Install it with `yarn global add yalc`
|
|
6
|
+
- To publish changes, build a package with `yarn build`, and publish it with `yarn publish --sig`, to avoid local caching.
|
|
7
|
+
- To add local package to consumer app, use `yalc add vlprojects-chat/chat` in app repository and update it with newest package version with `yalc update`
|
|
8
|
+
|
|
9
|
+
## Deployment
|
|
10
|
+
- Update package version
|
|
11
|
+
- Merge pr
|
|
12
|
+
- Tag it with new version
|
|
13
|
+
- Make new github release with this tag
|