Skip to content

Commit

Permalink
fix: package json export for publish (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
wseymour15 authored Oct 28, 2024
1 parent 8524c38 commit 944acd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@
"test/"
],
"exports": {
".": {
"require": "./dist/videojs-overlay.cjs.js",
"import": "./dist/videojs-overlay.es.js"
},
"./plugin-only": {
"require": "./dist/videojs-overlay.plugin.js",
"import": "./dist/videojs-overlay.plugin.js"
Expand Down

0 comments on commit 944acd6

Please sign in to comment.