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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -1,4 +1,5 @@
1
1
  # check-rule-mate
2
+ Validate any type of data in JS using your own rules and validations.
2
3
 
3
4
  ## Overview
4
5
 
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "check-rule-mate",
3
- "version": "0.4.2",
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",