Skip to content

Commit

Permalink
Merge pull request #4 from TheAppleFreak/readme-fix
Browse files Browse the repository at this point in the history
v3.0.1 - Readme fix for NPM
  • Loading branch information
TheAppleFreak authored Apr 14, 2023
2 parents 411043c + c495951 commit 3253441
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Validate Moleculer action parameters using the [Zod](https://github.com/colinhac

![Continuous Integration](https://github.com/TheAppleFreak/moleculer-zod-validator/actions/workflows/tests.yml/badge.svg) [![npm version](https://badge.fury.io/js/moleculer-zod-validator.svg)](https://www.npmjs.com/package/moleculer-zod-validator) [![downloads](https://img.shields.io/npm/dw/moleculer-zod-validator)]((https://www.npmjs.com/package/moleculer-zod-validator))


## Supports

* Supports [Moleculer](https://moleculer.services) v0.14.x
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": "moleculer-zod-validator",
"version": "3.0.0",
"version": "3.0.1",
"description": "A validator for the Moleculer microservice framework to allow the use of Zod.",
"author": "TheAppleFreak <TheAppleFreak@gmail.com>",
"main": "build/index.js",
Expand Down

0 comments on commit 3253441

Please sign in to comment.