Skip to content

Commit

Permalink
fix: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sorgloomer committed May 6, 2023
1 parent dc80477 commit bc2620a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# zod-safe

<p>
<a href="https://github.com/sorgloomer/ts-typesafe-decorators/actions?query=branch%3Amaster"><img src="https://github.com/sorgloomer/ts-typesafe-decorators/actions/workflows/test.yml/badge.svg?event=push&branch=master" alt="Test" /></a>
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/sorgloomer/ts-typesafe-decorators" alt="License"></a>
<a href="https://github.com/sorgloomer/zod-safe/actions?query=branch%3Amaster"><img src="https://github.com/sorgloomer/zod-safe/actions/workflows/test.yml/badge.svg?event=push&branch=master" alt="Test" /></a>
<a href="https://opensource.org/licenses/MIT" rel="nofollow"><img src="https://img.shields.io/github/license/sorgloomer/zod-safe" alt="License"></a>
</p>

<div>
<a href="https://github.com/sorgloomer/ts-typesafe-decorators/tree/master/packages/zod-safe">GitHub</a>
<a href="https://github.com/sorgloomer/zod-safe">GitHub</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://www.npmjs.com/package/zod-safe">npm</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://github.com/sorgloomer/ts-typesafe-decorators/issues/new">Issues</a>
<a href="https://github.com/sorgloomer/zod-safe/issues/new">Issues</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://twitter.com/hege_hegedus">@hege_hegedus</a>
<br />
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zod-safe",
"author": "Tamás Hegedűs <tamas.laszlo.hegedus@gmail.com>",
"description": "Helpers to check if a zod schema satisfies a given type",
"version": "2.0.2",
"version": "2.0.3",
"scripts": {
"build": "npm run typecheck && npm run test && npm run clean && npm run compile",
"clean": "node ./scripts/clean.mjs ./lib",
Expand Down

0 comments on commit bc2620a

Please sign in to comment.