kilvalidate 1.0.61 → 1.0.63

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 +2 -3
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- KilValidate Cdn
1
+ CDN Name : KilValidate ( Kil Validation)
2
2
 
3
3
  This JavaScript package provides input field validation for web forms. It includes methods for validating various types of form fields, such as text fields, email, phone numbers, and custom patterns.
4
4
 
@@ -244,5 +244,4 @@ Customize the validation behavior further as needed (e.g., setting up custom err
244
244
  Author: Vasu Birla kilvishbirla@gmail.com
245
245
 
246
246
  You can include this script in your project via CDN:
247
-
248
- <script src="https://cdn.jsdelivr.net/npm/kilcdn@latest/kilvish.js"></script>
247
+ <script src="https://cdn.jsdelivr.net/npm/kilvalidate@1.0.62/kilvish.min.js"></script>
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "kilvalidate",
3
- "version": "1.0.61",
3
+ "version": "1.0.63",
4
4
  "main": "kilvish.min.js",
5
5
  "files": [
6
- "kilvish.min.js"
6
+ "kilvish.min.js",
7
+ "README.md"
7
8
  ],
8
9
  "scripts": {
9
10
  "test": "echo \"Error: no test specified\" && exit 1"