Skip to content

Commit

Permalink
Update package.json version to 0.1.5 and add VideoPlayer export
Browse files Browse the repository at this point in the history
  • Loading branch information
kingRayhan committed Dec 26, 2023
1 parent adf5d74 commit 96bafc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"url": "https://www.github.com/kingrayhan"
},
"repository": "kingRayhan/react-video-player",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default as VideoPlayer } from './VideoPlayer';

0 comments on commit 96bafc6

Please sign in to comment.