Skip to content

Commit

Permalink
publish to deno.land/x
Browse files Browse the repository at this point in the history
  • Loading branch information
YieldRay committed Dec 19, 2023
1 parent dfc9684 commit 572b106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# json-rpc-ts

[![docs](https://shield.deno.dev/deno/docs)](https://doc.deno.land/https://github.com/YieldRay/json-rpc-ts/raw/main/src/index.ts)
[![deno.land/x](https://shield.deno.dev/x/json_rpc_ts)](https://deno.land/x/json_rpc_ts)

A strictly typed json-rpc(2.0) implemention, zero dependency, minimal abstraction, with simple api

Expand Down
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./src/index.ts"

0 comments on commit 572b106

Please sign in to comment.