From baf189fea1b69fc7290dda18bf138718b87337f8 Mon Sep 17 00:00:00 2001 From: David Bushell Date: Tue, 23 Jul 2024 06:40:36 +0100 Subject: [PATCH] add package link --- README.md | 2 ++ deno.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eb9495..a85364c 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ It can: ## Usage +Packages for all runtimes: [jsr.io/@dbushell/jsonlike](https://jsr.io/@dbushell/jsonlike) + ```ts import {jsonlike} from '@dbushell/jsonlike'; diff --git a/deno.json b/deno.json index a1aa99b..d2933cd 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@dbushell/jsonlike", - "version": "0.2.0", + "version": "0.2.1", "exports": { ".": "./mod.ts", "./types": "./types.ts"