@t007/input 0.0.6 → 0.0.7

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 +8 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,7 @@
24
24
  - [Customization](#customization)
25
25
  - [Author](#author)
26
26
  - [Acknowledgments](#acknowledgments)
27
+ - [Star History](#star-history)
27
28
 
28
29
  ---
29
30
 
@@ -238,4 +239,10 @@ You can deeply customize the look and feel by overriding the built-in CSS variab
238
239
 
239
240
  ## Acknowledgments
240
241
 
241
- Built to provide a robust, dependency-free form validation engine that rivals heavyweight frontend frameworks. Part of the `@t007` utility ecosystem.
242
+ Built to provide a robust, dependency-free form validation engine that rivals heavyweight frontend frameworks. Part of the `@t007` utility ecosystem.
243
+
244
+ ## Star History
245
+
246
+ If you find this project useful, please consider giving it a star! ⭐
247
+
248
+ [![Star History Chart](https://api.star-history.com/svg?repos=Tobi007-del/t007-tools&type=Date)](https://github.com/Tobi007-del/t007-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t007/input",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "A lightweight, pure JS input system.",
5
5
  "author": "Oketade Oluwatobiloba <tobioketade007@gmail.com>",
6
6
  "license": "MIT",