eb-player 1.51.4 → 1.51.8
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 +3 -1
- package/dist/build/forja.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -27,6 +27,8 @@ versionning: https://semver.org/lang/fr/
|
|
|
27
27
|
```--player, /!\ you have to build them all every time except if you know what you're doing```
|
|
28
28
|
|
|
29
29
|
- steps to upgrade npm package from your master branche
|
|
30
|
-
|
|
30
|
+
- npm login
|
|
31
|
+
- npm publish (path your eb-player project)
|
|
32
|
+
- npm unpublish eb-player@version <!> version you are published
|
|
31
33
|
|
|
32
34
|
- when you finish and test this version feel free to also push on git
|