We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bbb58 commit af30ac6Copy full SHA for af30ac6
README.md
@@ -4,7 +4,7 @@ Fully typed form validation hooks for vue 3.
4
## Installation
5
6
```shell
7
-npm install light-vue3-validation
+npm install vue3-validation
8
```
9
10
## Usage
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue3-validation",
3
- "version": "1.0.7",
+ "version": "2.0.0",
"private": false,
"description": "Form validations for vue 3",
"main": "dist/index.js",
0 commit comments