Skip to content

Commit

Permalink
Fix #25, migrate to yarn and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
João Faustino committed Jul 19, 2020
1 parent 3ce5650 commit f8234bf
Show file tree
Hide file tree
Showing 6 changed files with 4,184 additions and 6,101 deletions.
5 changes: 1 addition & 4 deletions .prettierrc
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
}
5,921 changes: 0 additions & 5,921 deletions package-lock.json

This file was deleted.

8 changes: 7 additions & 1 deletion package.json
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": {
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit f8234bf

Please sign in to comment.