Skip to content

Commit

Permalink
fix(@libp2p/webtransport): remove filters export (#2018)
Browse files Browse the repository at this point in the history
This file does not exist in this project so remove it from the
exports map.
  • Loading branch information
achingbrain committed Sep 1, 2023
1 parent 4559a62 commit 3282563
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions packages/transport-webtransport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@
".": {
"types": "./src/index.d.ts",
"import": "./dist/src/index.js"
},
"./filters": {
"types": "./dist/src/filters.d.ts",
"import": "./dist/src/filters.js"
}
},
"eslintConfig": {
Expand Down
3 changes: 1 addition & 2 deletions packages/transport-webtransport/typedoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"entryPoints": [
"./src/index.ts",
"./src/filters.ts"
"./src/index.ts"
]
}

0 comments on commit 3282563

Please sign in to comment.