Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmathew900 committed Mar 14, 2024
1 parent e4a5d78 commit f91ca7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigbinary/neeto-hotkeys",
"version": "1.0.3",
"version": "1.0.4",
"description": "React hook for handling keyboard shortcuts, offering a customizable and platform-aware solution, supporting global and scoped modes.",
"exports": {
".": {
Expand Down Expand Up @@ -87,9 +87,9 @@
"yalc": "^1.0.0-pre.53"
},
"peerDependencies": {
"ramda": "^0.29.1",
"react": "^18.2.0",
"@bigbinary/neeto-cist": "latest",
"@bigbinary/neeto-commons-frontend": "latest"
"@bigbinary/neeto-commons-frontend": "latest",
"ramda": "^0.29.1",
"react": "^18.2.0"
}
}

0 comments on commit f91ca7d

Please sign in to comment.