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 6824d24 commit b362997Copy full SHA for b362997
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@programmer_network/use-ajv-form",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"description": "Custom React Hook that integrates with Ajv JSON Schema Validator",
5
"main": "dist/use-ajv-form.es.js",
6
"author": "Aleksandar Grbic",
@@ -88,6 +88,8 @@
88
"react hooks",
89
"ajv",
90
"form validation",
91
- "json schema validation"
+ "json schema validation",
92
+ "use-ajv-form",
93
+ "react form validation"
94
]
95
}
0 commit comments