reactjs-virtual-keyboard 1.0.1 → 1.0.2

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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 HydraFacial
3
+ Copyright (c) 2024 kalpesh442266
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -323,5 +323,5 @@ import type {
323
323
 
324
324
  ## License
325
325
 
326
- MIT © HydraFacial
326
+ MIT © kalpesh442266
327
327
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reactjs-virtual-keyboard",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A customizable virtual keyboard component for React applications with support for multiple layouts, hardware keyboard sync, and touch devices",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -34,11 +34,11 @@
34
34
  "input",
35
35
  "typescript"
36
36
  ],
37
- "author": "HydraFacial",
37
+ "author": "kalpesh442266",
38
38
  "license": "MIT",
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "git+https://github.com/hydrafacial/virtual-keyboard.git"
41
+ "url": "git+https://github.com/kalpesh442266/virtual-keyboard-lib"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=17.0.0",