Skip to content

Commit 96bafc6

Browse files
committed
Update package.json version to 0.1.5 and add VideoPlayer export
1 parent adf5d74 commit 96bafc6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"url": "https://www.github.com/kingrayhan"
77
},
88
"repository": "kingRayhan/react-video-player",
9-
"version": "0.1.4",
9+
"version": "0.1.5",
1010
"license": "MIT",
1111
"main": "dist/index.js",
1212
"typings": "dist/index.d.ts",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { default as VideoPlayer } from './VideoPlayer';

0 commit comments

Comments
 (0)