Skip to content

Commit

Permalink
Fix core package exports and types
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlika committed Jul 1, 2024
1 parent 8536717 commit 0c1b409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/p2p-media-loader-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"exports": "./src/index.ts",
"types": "./src/index.ts",
"publishConfig": {
"exports": "lib/index.js",
"types": "lib/index.d.ts"
"exports": "./lib/index.js",
"types": "./lib/index.d.ts"
},
"sideEffects": false,
"type": "module",
Expand Down

0 comments on commit 0c1b409

Please sign in to comment.