Skip to content

Commit

Permalink
Merge pull request #6 from takagiy/chore/readme-refine
Browse files Browse the repository at this point in the history
Add TypeScript badge
  • Loading branch information
takagiy authored Jul 29, 2024
2 parents 2d324b2 + 1821ddd commit bb26da6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<p align="center">
<a href="https://github.com/takagiy/validated-extendable.js/actions/workflows/ci.yaml"><img alt="CI" src="https://github.com/takagiy/validated-extendable.js/actions/workflows/ci.yaml/badge.svg"></a>
<a href="https://opensource.org/licenses/MIT"><img alt="License" src="https://img.shields.io/npm/l/validated-extendable"></a>
<img alt="Written in TypeScript" src="https://img.shields.io/badge/%3C/%3E-TypeScript-3178c6">
<a href="https://www.npmjs.com/package/validated-extendable"><img alt="NPM Version" src="https://img.shields.io/npm/v/validated-extendable"></a>
</p>

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": "validated-extendable",
"version": "7.2.9",
"version": "7.2.10",
"description": "A library that allows you to define classes extending zod schemas to avoid boilerplate code.",
"exports": {
".": {
Expand Down

0 comments on commit bb26da6

Please sign in to comment.