We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66fe2a commit f2006c7Copy full SHA for f2006c7
package.json
@@ -3,7 +3,6 @@
3
"description": "React hook for handling keyboard shortcuts",
4
"version": "5.2.4",
5
"sideEffects": false,
6
- "private": true,
7
"repository": {
8
"type": "git",
9
"url": "https://github.com/JohannesKlauss/react-keymap-hook.git"
packages/react-hotkeys-hook/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-hotkeys-hook",
- "version": "5.2.3",
+ "version": "5.2.4",
"type": "module",
"scripts": {
"dev": "vite",
0 commit comments