softbuilders-react-video-player 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  ## install the package
4
4
 
5
5
  ```bash
6
- npm i soft-builders-video-player
6
+ npm i softbuilders-video-player
7
7
  ```
8
8
 
9
9
  ## How to use
@@ -13,7 +13,7 @@ import SoftBuildersVideoPlayer, {
13
13
  SoftBuildersVideoPlayerOptions,
14
14
  SoftBuildersVideoPlayerChapter,
15
15
  SoftBuildersVideoPlayerNote,
16
- } from "soft-builders-video-player";
16
+ } from "softbuilders-video-player";
17
17
 
18
18
  const options: SoftBuildersVideoPlayerOptions = {
19
19
  autoplay: false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "softbuilders-react-video-player",
3
3
  "description": "Standalone video player component",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "files": [