Skip to content

Commit

Permalink
bump: 2.1.6 and Update documentation link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Jul 10, 2024
1 parent 70c879a commit 8d6faf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ webpack.config.js
gitpush
gitpush.exe
jestTestFile.js
.github/
dist/types/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

This npm package provides JavaScript functions to validate various forms fields.

Documentation: https://multiform-validator.vercel.app
Documentation: https://multiformvalidator.netlify.app

Feel free to find bugs and report them to me. Your feedback is highly appreciated. Hugs from Gabriel Logan!

Expand Down Expand Up @@ -144,7 +144,7 @@ validator.FUNCTION_NAME.errorMsg = 'ErrorMsg' // You can customize errors
```

## Documentation
### https://multiform-validator.vercel.app
### https://multiformvalidator.netlify.app

```javascript

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiform-validator",
"version": "2.1.4",
"version": "2.1.6",
"description": "Javascript library made to validate, several form fields, such as: email, phone, password, cpf etc.",
"main": "./dist/index.js",
"types": "./types/index.d.ts",
Expand All @@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/gabriel-logan/multiform-validator.git"
"url": "git+https://github.com/Multiform-Validator/typescript-javascript.git"
},
"keywords": [
"validator",
Expand Down Expand Up @@ -48,9 +48,9 @@
"author": "Gabriel Logan",
"license": "MIT",
"bugs": {
"url": "https://github.com/gabriel-logan/multiform-validator/issues"
"url": "https://github.com/Multiform-Validator/typescript-javascript/issues"
},
"homepage": "https://multiform-validator.vercel.app",
"homepage": "https://multiformvalidator.netlify.app",
"contributors": [
"Gabriel Logan",
"Breno A"
Expand Down

0 comments on commit 8d6faf9

Please sign in to comment.