check-rule-mate 0.4.2 → 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/package.json +2 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "check-rule-mate",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./dist/main.cjs.js",
|
|
6
6
|
"type": "commonjs",
|
|
7
|
+
"keywords": ["data validation", "data validation js", "validator", "validate", "form validator", "form validator js", "form validate", "check-rule-mate", "check rule", "check rule mate"],
|
|
7
8
|
"scripts": {
|
|
8
9
|
"start": "node ./examples/vanilla/src/index.js",
|
|
9
10
|
"build": "node build",
|