Skip to content

Commit

Permalink
added description
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoobia committed Jan 3, 2024
1 parent ce8bdef commit d72b287
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# SchemeIt

A lightweight express-js request validator, originally written for my personal projects and separated out into its own package for easier use.
A lightweight express-js request payload validator, originally written for my personal projects and separated out into its own package for easier use.
Schemeit will check individual elements against their chosen validators, ensure all non-optional elements are present in a payload and can also optionally enforce `noExtraElements` to prevent bloated payloads.

## Install
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "schemeit",
"version": "1.0.0",
"description": "",
"description": "A simple & lightweight express-js request validator",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d72b287

Please sign in to comment.