Skip to content

Commit 2817741

Browse files
authored
Fix export path (#1882)
* import video.js from esm.sh * fix the export path for connection typing * 3.24.2
1 parent ea185cc commit 2817741

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devprotocol/clubs-core",
3-
"version": "3.24.2-beta.3",
3+
"version": "3.24.2",
44
"description": "Core library for Clubs",
55
"main": "dist/index.mjs",
66
"exports": {
@@ -32,7 +32,7 @@
3232
"./connection": {
3333
"import": "./dist/src/connection/index.mjs",
3434
"require": "./dist/src/connection/index.cjs",
35-
"types": "./dist/src/connection/index.d.ts"
35+
"types": "./connection.d.ts"
3636
},
3737
"./layouts": {
3838
"import": "./dist/src/layouts/index.mjs",

0 commit comments

Comments
 (0)