Skip to content

Commit

Permalink
README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
dbushell committed Aug 28, 2024
1 parent e071067 commit 9a5e44d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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)
[![JSR](https://jsr.io/badges/@dbushell/xml-streamify?labelColor=98e6c8&color=333)](https://jsr.io/@dbushell/@dbushell/jsonlike) [![NPM](https://img.shields.io/npm/v/@dbushell/jsonlike?labelColor=98e6c8&color=333)](https://www.npmjs.com/package/@dbushell/jsonlike)

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

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.3",
"version": "0.2.4",
"exports": {
".": "./mod.ts",
"./types": "./types.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dbushell/jsonlike",
"version": "0.2.3",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "git+https://github.com/dbushell/jsonlike.git"
Expand Down

0 comments on commit 9a5e44d

Please sign in to comment.