Skip to content

Commit 572b106

Browse files
committed
publish to deno.land/x
1 parent dfc9684 commit 572b106

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# json-rpc-ts
22

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

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

mod.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from "./src/index.ts"

0 commit comments

Comments
 (0)