@vlprojects-chat/chat 0.7.2 → 0.7.3

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/dist/index.mjs +26309 -20662
  3. package/package.json +12 -5
package/README.md CHANGED
@@ -4,7 +4,7 @@ lsd-chat-react is a standalone package with chat functionality, mostly used in l
4
4
  ## Development
5
5
  - copy .env.example to .env.local, pick free available PORT
6
6
  - yarn
7
- - yarn dev
7
+ - yarn start
8
8
 
9
9
  To test package locally, use yalc, a local package manager. Install it with `yarn global add yalc`
10
10
  - To publish changes, build a package with `yarn build`, and publish it with `yalc publish --sig`, to avoid local caching.