Skip to content

Commit

Permalink
2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markwylde committed Jan 28, 2023
1 parent d5d0b14 commit 6f62d33
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 11 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"name": "vamlid",
"version": "1.2.1",
"version": "2.0.0",
"type": "module",
"description": "A simple way to validate an object against a pure javascript schema.",
"main": "index.js",
"scripts": {
"test": "node test",
"lint": "eslint ."
},
"keywords": ["validation", "validator", "valid", "schema", "sanitize", "sanitise", "sanitisation", "parse"],
"keywords": [
"validation",
"validator",
"valid",
"schema",
"sanitize",
"sanitise",
"sanitisation",
"parse"
],
"author": {
"name": "Mark Wylde",
"email": "[email protected]",
Expand Down

0 comments on commit 6f62d33

Please sign in to comment.