Skip to content

Commit

Permalink
Merge pull request #82 from feardarkness/master
Browse files Browse the repository at this point in the history
Allow react native >= 0.60
  • Loading branch information
Humni authored Nov 24, 2021
2 parents 14dc8ff + 7623589 commit c42c581
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pusher-push-notifications",
"version": "2.5.1",
"version": "2.5.2",
"description": "Manage pusher channel subscriptions from within React Native JS",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"author": "b8ne",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.60.0"
"react-native": ">=0.60.0"
},
"bugs": {
"url": "https://github.com/b8ne/react-native-pusher-push-notifications/issues"
Expand Down

0 comments on commit c42c581

Please sign in to comment.