-
-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1959e2c
commit 128c987
Showing
4 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"packages": [ | ||
"packages/*", | ||
"website" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "validator.tool", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Lightweight JavaScript form validation, that had minimal configuration and felt natural to use. No dependencies, support UMD.", | ||
"homepage": "http://jaywcjlove.github.io/validator.js", | ||
"author": "kenny wang <[email protected]> (https://github.com/jaywcjlove)", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@validator.tool/hook", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Hooks for use with `validator.tool`.", | ||
"homepage": "http://jaywcjlove.github.io/validator.js", | ||
"author": "kenny wang <[email protected]> (https://github.com/jaywcjlove)", | ||
|
@@ -29,7 +29,7 @@ | |
], | ||
"license": "MIT", | ||
"dependencies": { | ||
"validator.tool": "2.0.1" | ||
"validator.tool": "2.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "7.15.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters