reactjs-virtual-keyboard 2.0.0 → 2.0.1

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 +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  A lightweight, customizable virtual keyboard component for React applications. Features multiple layouts, multi-language support, hardware keyboard sync, extensive customization options, and full TypeScript support.
4
4
 
5
+ 📚 **[Documentation & Live Demo](https://kalpesh442266.github.io/virtual-keyboard-lib/)**
6
+
5
7
  ## ✨ Features
6
8
 
7
9
  - **🎹 Multiple Layouts**: QWERTY letters, symbols, and numeric keypad
@@ -401,7 +403,7 @@ cd demo && npm install && npm run dev
401
403
 
402
404
  ## 📄 License
403
405
 
404
- MIT © [Your Name]
406
+ MIT © Kalpesh Rane
405
407
 
406
408
  ---
407
409
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactjs-virtual-keyboard",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "A customizable virtual keyboard component for React applications with support for multiple layouts, multi-language support, hardware keyboard sync, and touch devices",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -57,4 +57,4 @@
57
57
  "sideEffects": [
58
58
  "*.css"
59
59
  ]
60
- }
60
+ }