Skip to content

Commit 8dd4750

Browse files
committed
1.0.5
1 parent 57bd206 commit 8dd4750

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@ For example, to have a `Shift+!` hotkey, you should pass `keys={["shift", "1"]}`
104104
because "Shift" and "1" pressed together produce "!".
105105

106106

107+
## Dependencies
108+
109+
Project uses [react-shortcut](https://www.npmjs.com/package/react-shortcut) to handle keyboard shortcuts.
110+
111+
107112
## Test coverage
108113

109114
Library has ~100% test coverage:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-easter",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Easily add easter eggs to your React app",
55
"main": "src/Component.js",
66
"scripts": {
@@ -56,7 +56,7 @@
5656
"lodash": "^4.17.4",
5757
"react": "15.4.2",
5858
"react-dom": "^15.4.2",
59-
"react-shortcut": "^1.0.4"
59+
"react-shortcut": "1.0.5"
6060
},
6161
"engines": {
6262
"node": ">= 4",

0 commit comments

Comments
 (0)