eb-player 1.52.1 → 1.52.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.
package/README.md CHANGED
@@ -1,34 +1,30 @@
1
1
  # EasyBroadcast player
2
2
 
3
3
  ## Generate players
4
+
4
5
  - Development:
5
6
  ```yarn dev --player videos/easybroadcast/demo```
6
- Then navigate to http://localhost:8080/
7
+ Then navigate to <http://localhost:8080/>
7
8
 
8
9
  - Production:
9
10
  ```yarn generate --player videos/easybroadcast/demo```
10
11
  Result is placed in `dist/players`
11
12
 
12
- ## Build player:
13
- In your player folder:
14
- /!\ Before building, change version in package.json following semantinc
15
- versionning: https://semver.org/lang/fr/
13
+ ## Build players
14
+
15
+ In your player folder: /!\ Before building, change version in package.json following semantinc versionning: <https://semver.org/lang/fr/>
16
16
 
17
- - you may sometime want to skip that but be carefull cause everything in this folder will be published
18
- ```rm ./dist/build```
17
+ you may sometime want to skip that but be carefull cause everything in this folder will be published rm ./dist/build
19
18
 
20
- - builds the defaut player.
21
- ```yarn build```
19
+ builds the defaut player. yarn build
22
20
 
23
- - builds a specific skin like forja.js config file and but in the config folder.
24
- ```yarn build --player forja```
21
+ builds a specific skin like forja.js config file and but in the config folder. yarn build --player forja
25
22
 
26
- - build any other skin here using
27
- ```--player, /!\ you have to build them all every time except if you know what you're doing```
23
+ build any other skin here using --player, /!\ you have to build them all every time except if you know what you're doing
28
24
 
29
- - steps to upgrade npm package from your master branche
30
- - npm login
31
- - npm publish (path your eb-player project)
32
- - npm unpublish eb-player@version <!> version you are published
25
+ steps to upgrade npm package from your master branche
33
26
 
34
- - when you finish and test this version feel free to also push on git
27
+ npm login
28
+ npm publish (path your eb-player project)
29
+ npm unpublish eb-player@version <!> version you are published
30
+ when you finish and test this version feel free to also push on git