Skip to content

Commit

Permalink
add package link
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushell committed Jul 23, 2024
1 parent 7624298 commit baf189f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbushell/jsonlike",
"version": "0.2.0",
"version": "0.2.1",
"exports": {
".": "./mod.ts",
"./types": "./types.ts"
Expand Down

0 comments on commit baf189f

Please sign in to comment.