Skip to content

Commit

Permalink
Added default export
Browse files Browse the repository at this point in the history
  • Loading branch information
mudit2108 committed Sep 16, 2024
1 parent 82a434b commit 6f8c29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Player.js",
"name": "@gumlet/player.js",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "http://github.com/gumlet/player.js",
"main": "dist/player.min.js",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import MockAdapter from "./adapters/mock"
import VideoJSAdapter from "./adapters/video"
import HTML5Adapter from "./adapters/html"

const playerjs = {
export const playerjs = {
Player,
Receiver,
MockAdapter,
Expand Down

0 comments on commit 6f8c29c

Please sign in to comment.