Skip to content

Commit 0c1b409

Browse files
committed
Fix core package exports and types
1 parent 8536717 commit 0c1b409

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/p2p-media-loader-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"exports": "./src/index.ts",
3636
"types": "./src/index.ts",
3737
"publishConfig": {
38-
"exports": "lib/index.js",
39-
"types": "lib/index.d.ts"
38+
"exports": "./lib/index.js",
39+
"types": "./lib/index.d.ts"
4040
},
4141
"sideEffects": false,
4242
"type": "module",

0 commit comments

Comments
 (0)