Skip to content

Commit

Permalink
patch(n4s): Update keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Sep 9, 2023
1 parent d6a6512 commit 9e3fe91
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 6 additions & 2 deletions packages/n4s/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"main": "./dist/cjs/n4s.js",
"types": "./types/n4s.d.ts",
Expand All @@ -10,7 +10,11 @@
"vest",
"enforce",
"n4s",
"validation"
"validation",
"assertion",
"schema validation",
"form validation",
"validation library"
],
"scripts": {
"test": "vx test",
Expand Down
5 changes: 3 additions & 2 deletions packages/vest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vest",
"version": "5.0.1",
"version": "5.0.2",
"description": "Declarative Form Validations Framework",
"license": "MIT",
"author": "ealush",
Expand All @@ -24,7 +24,8 @@
"Angular Validation",
"Vue Validation",
"Svelte Validation",
"nodejs Validation"
"nodejs Validation",
"enforce"
],
"repository": {
"type": "git",
Expand Down

2 comments on commit 9e3fe91

@vercel
Copy link

@vercel vercel bot commented on 9e3fe91 Sep 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest-next – ./website

vest-website.vercel.app
vest-next.vercel.app
vest-next-git-latest-ealush.vercel.app
vest-next-ealush.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 9e3fe91 Sep 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vest – ./website

vest-git-latest-ealush.vercel.app
vest-ealush.vercel.app
www.vestjs.dev
vest.vercel.app
vestjs.dev

Please sign in to comment.