From 572b10634a0d2cef0a8bfb5e17daf26bc089ba4b Mon Sep 17 00:00:00 2001 From: YieldRay Date: Tue, 19 Dec 2023 16:48:55 +0800 Subject: [PATCH] publish to deno.land/x --- README.md | 2 +- mod.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 mod.ts diff --git a/README.md b/README.md index 1699794..3f434c8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mod.ts b/mod.ts new file mode 100644 index 0000000..6042c3b --- /dev/null +++ b/mod.ts @@ -0,0 +1 @@ +export * from "./src/index.ts" \ No newline at end of file