Skip to content

Commit

Permalink
Added repo badge
Browse files Browse the repository at this point in the history
  • Loading branch information
shovon committed Mar 4, 2022
1 parent 065e9f4 commit bb4e0f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Valentina: JavaScript object validation

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/shovon/valentina/blob/main/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/shovon/valentina/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/valentina.svg?style=flat)](https://www.npmjs.com/package/valentina)

_Valentina_ is a tiny library for validating JavaScript values. Whether they be primitives, such as strings and numbers, or modelling more complex objects, Valentina will empower you to express your data validation rules, your way.

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": "valentina",
"version": "0.0.4",
"version": "0.0.5",
"description": "Dead simple JavaScript object validation",
"keywords": [
"javascript",
Expand Down

0 comments on commit bb4e0f5

Please sign in to comment.