@brandbrigade/ott-bb-player 1.0.1 → 1.0.2

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 (2) hide show
  1. package/README.md +34 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,34 @@
1
+ # OTT-BB-Player
2
+
3
+ Welcome to OTT-BB-Player! This README provides information about the project, including installation instructions and a changelog.
4
+
5
+ ## Table of Contents
6
+
7
+ - [Installation](#installation)
8
+ - [Example](#example)
9
+ - [Changelog](#changelog)
10
+
11
+ ## Installation
12
+
13
+ To install My Project, follow these steps:
14
+ 1. Login into npmjs repo if you are not logged in
15
+ ```bash
16
+ npm login
17
+ ```
18
+ 2. Use npm to install the package
19
+ ```bash
20
+ npm install @brandbrigade/ott-bb-player --prefix .
21
+ ```
22
+ ## Example
23
+ **sample.html** is an example page showing usage of OTT-BB-Player
24
+
25
+ ## Changelog
26
+
27
+ ### Version 1.0.0
28
+ Initial version
29
+
30
+ ### Version 1.0.1
31
+ Initial version
32
+
33
+ ### Version 1.0.2
34
+ Initial version
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brandbrigade/ott-bb-player",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "ott bb player",
5
5
  "main": "OTTPlayer.prod.js",
6
6
  "directories": {