Skip to content

Commit 944acd6

Browse files
authored
fix: package json export for publish (#225)
1 parent 8524c38 commit 944acd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
"test/"
8282
],
8383
"exports": {
84+
".": {
85+
"require": "./dist/videojs-overlay.cjs.js",
86+
"import": "./dist/videojs-overlay.es.js"
87+
},
8488
"./plugin-only": {
8589
"require": "./dist/videojs-overlay.plugin.js",
8690
"import": "./dist/videojs-overlay.plugin.js"

0 commit comments

Comments
 (0)