Skip to content

Commit

Permalink
chore(deps): refine keywords format in package.json and upgrade svelt…
Browse files Browse the repository at this point in the history
…e peer dependency to 5.x version
  • Loading branch information
Michael-Liendo committed Nov 26, 2024
1 parent 9420a5d commit 8751895
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"type": "git",
"url": "git+https://github.com/whizzes/svelte-forms.git"
},
"keywords": [
"svelte",
"forms",
"utility"
],
"keywords": ["svelte", "forms", "utility"],
"author": "Esteban Borai <estebanborai@gmail.com> (https://estebanborai.com)",
"license": "MIT",
"bugs": {
Expand All @@ -51,7 +47,7 @@
"yup": "^1.4.0"
},
"peerDependencies": {
"svelte": "^4.x",
"svelte": "^5.x",
"yup": "1.x"
}
}

0 comments on commit 8751895

Please sign in to comment.