Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
fix: update interface stream muxer config (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 17, 2023
1 parent 0e11568 commit 12633e2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/interface-stream-muxer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@
},
"type": "module",
"types": "./dist/src/index.d.ts",
"typesVersions": {
"*": {
"*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
],
"src/*": [
"*",
"dist/*",
"dist/src/*",
"dist/src/*/index"
]
}
},
"files": [
"src",
"dist",
Expand Down

0 comments on commit 12633e2

Please sign in to comment.