Skip to content

Commit

Permalink
fix: remove unnecesary export (denoland/deno#23658)
Browse files Browse the repository at this point in the history
  • Loading branch information
andykais committed May 2, 2024
1 parent 8366582 commit b44a0ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions adapters/oak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,3 @@ class ServerAdapter extends adapter_base.ServerAdapter {

export const adapt = ServerAdapter.adapt
export * from '../server.ts'
// this is a required export for publish
export { adapter_base }
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@andykais/ts-rpc",

"version": "0.1.0",
"version": "0.1.1",

"tasks": {
"test:watch": "deno test --check --allow-net=0.0.0.0:8001 --trace-leaks --watch tests/*.test.ts",
Expand Down

0 comments on commit b44a0ab

Please sign in to comment.