Skip to content

Commit

Permalink
chore(player): update css export
Browse files Browse the repository at this point in the history
  • Loading branch information
sifferhans committed Dec 6, 2024
1 parent c7bf1af commit 678c5ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/video-player/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bccm-video-player",
"version": "1.5.5",
"version": "1.5.6",
"type": "commonjs",
"types": "build/types",
"files": [
Expand All @@ -11,7 +11,7 @@
"import": "./build/bccm-video-player.mjs",
"require": "./build/bccm-video-player.umd.js"
},
"./css": "./build/style.css"
"./css": "./build/bccm-video-player.css"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 678c5ec

Please sign in to comment.