Skip to content

Commit

Permalink
fix: πŸ› add rebound and keyboards deps back to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Mar 29, 2019
1 parent c4f9787 commit 4fc46aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
"react-dom": "^16.8.0",
"keyboardjs": "*",
"rebound": "*"
},
"devDependencies": {
"@semantic-release/changelog": "3.0.2",
Expand Down

0 comments on commit 4fc46aa

Please sign in to comment.