@besovideo/webrtc-player 0.8.8 → 0.8.9
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 +4 -1
- package/dist/main.es.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -288,10 +288,13 @@ yarn upgrade @besovideo/webrtc-player@latest
|
|
|
288
288
|
yarn
|
|
289
289
|
yarn start
|
|
290
290
|
|
|
291
|
-
#
|
|
291
|
+
# 打包和发布(可直接使用 make publish )
|
|
292
|
+
# npm login / yarn login
|
|
292
293
|
yarn version
|
|
293
294
|
yarn build
|
|
294
295
|
yarn publish
|
|
296
|
+
# 版本号按照 Major.Minor.Patch 规范
|
|
297
|
+
# 可参考https://www.jianshu.com/p/c675121a8bfd
|
|
295
298
|
|
|
296
299
|
|
|
297
300
|
```
|