Skip to content

Commit

Permalink
[UPDATE] description
Browse files Browse the repository at this point in the history
  • Loading branch information
mathix420 committed May 9, 2021
1 parent 9692e4b commit af90625
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,5 +1,5 @@
# vuito
Simple, lightweight, isomorphic, template-based validation library.
Simple, lightweight, isomorphic, and template-based validation library.

[![](https://badgen.net/bundlephobia/tree-shaking/vuito)](https://bundlephobia.com/result?p=vuito) ![](https://badgen.net/bundlephobia/dependency-count/vuito) [![](https://badgen.net/bundlephobia/minzip/vuito)](https://bundlephobia.com/result?p=vuito) [![Maintainability](https://api.codeclimate.com/v1/badges/42b1117477140c6613bb/maintainability)](https://codeclimate.com/github/mathix420/vuito/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/42b1117477140c6613bb/test_coverage)](https://codeclimate.com/github/mathix420/vuito/test_coverage)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vuito",
"version": "1.1.4",
"description": "Simple, lightweight, isomorphic, template-based validation library.",
"description": "Simple, lightweight, isomorphic, and template-based validation library.",
"main": "vuito.cjs.js",
"module": "vuito.esm.js",
"types": "vuito.d.ts",
Expand Down

0 comments on commit af90625

Please sign in to comment.