Skip to content

Commit 9610c1b

Browse files
committed
update package.json
1 parent 9fc5d71 commit 9610c1b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,18 @@
11
{
22
"name": "vue-validation-kit",
3-
"version": "1.0.1",
3+
"version": "1.0.0",
44
"type": "module",
5-
"description": "Simple Vue3 validation kit",
5+
"description": "A lightweight, Laravel-inspired validation package for Vue 3",
66
"author": "kolirt",
77
"private": false,
88
"license": "MIT",
99
"keywords": [
1010
"vue",
1111
"vue3",
1212
"vuejs",
13-
"dialog",
14-
"alert",
15-
"modal",
16-
"vue-js-modal",
17-
"vue-validation-kit",
18-
"popup"
13+
"validation",
14+
"validator",
15+
"form"
1916
],
2017
"scripts": {
2118
"build-lib": "run-p type-check-lib build-only-lib",

0 commit comments

Comments
 (0)