Skip to content

Commit 8d6faf9

Browse files
committed
bump: 2.1.6 and Update documentation link in README.md
1 parent 70c879a commit 8d6faf9

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,5 @@ webpack.config.js
5151
gitpush
5252
gitpush.exe
5353
jestTestFile.js
54+
.github/
55+
dist/types/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

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

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

@@ -144,7 +144,7 @@ validator.FUNCTION_NAME.errorMsg = 'ErrorMsg' // You can customize errors
144144
```
145145

146146
## Documentation
147-
### https://multiform-validator.vercel.app
147+
### https://multiformvalidator.netlify.app
148148

149149
```javascript
150150

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiform-validator",
3-
"version": "2.1.4",
3+
"version": "2.1.6",
44
"description": "Javascript library made to validate, several form fields, such as: email, phone, password, cpf etc.",
55
"main": "./dist/index.js",
66
"types": "./types/index.d.ts",
@@ -18,7 +18,7 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/gabriel-logan/multiform-validator.git"
21+
"url": "git+https://github.com/Multiform-Validator/typescript-javascript.git"
2222
},
2323
"keywords": [
2424
"validator",
@@ -48,9 +48,9 @@
4848
"author": "Gabriel Logan",
4949
"license": "MIT",
5050
"bugs": {
51-
"url": "https://github.com/gabriel-logan/multiform-validator/issues"
51+
"url": "https://github.com/Multiform-Validator/typescript-javascript/issues"
5252
},
53-
"homepage": "https://multiform-validator.vercel.app",
53+
"homepage": "https://multiformvalidator.netlify.app",
5454
"contributors": [
5555
"Gabriel Logan",
5656
"Breno A"

0 commit comments

Comments
 (0)