-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #25, migrate to yarn and update dependencies
- Loading branch information
João Faustino
committed
Jul 19, 2020
1 parent
3ce5650
commit f8234bf
Showing
6 changed files
with
4,184 additions
and
6,101 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,7 +1,4 @@ | ||
{ | ||
"printWidth": 100, | ||
"semi": true, | ||
"singleQuote": true, | ||
"tabWidth": 4, | ||
"trailingComma": "none" | ||
"tabWidth": 4 | ||
} |
This file was deleted.
Oops, something went wrong.
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", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "A client-side JavaScript validation package, based on Laravel 5.2 validation.", | ||
"main": "dist/Validator.js", | ||
"scripts": { | ||
|
@@ -21,6 +21,12 @@ | |
"laravel" | ||
], | ||
"author": "Rati Wannapanop <[email protected]>", | ||
"contributors": [ | ||
{ | ||
"name": "João Faustino", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"license": "MIT", | ||
"homepage": "https://github.com/jfstn/Validator#readme", | ||
"devDependencies": { | ||
|
Oops, something went wrong.