Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushell committed Jul 26, 2024
1 parent baf189f commit f58e844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Just enough JavaScript object validation.

[![JSR](https://jsr.io/badges/@dbushell/jsonlike?labelColor=98e6c8)](https://jsr.io/@dbushell/jsonlike) [![JSR Score](https://jsr.io/badges/@dbushell/jsonlike/score?labelColor=98e6c8)](https://jsr.io/@dbushell/jsonlike) [![JSR](https://jsr.io/badges/@dbushell?labelColor=98e6c8)](https://jsr.io/@dbushell)

**jsonlike** is a tiny < 1kB library used to validate JavaScript objects against a JSON-like schema.

It can:
Expand All @@ -12,8 +14,6 @@ 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.1",
"version": "0.2.2",
"exports": {
".": "./mod.ts",
"./types": "./types.ts"
Expand Down

0 comments on commit f58e844

Please sign in to comment.