Skip to content

Commit

Permalink
fix(deps): fix next release version and add peer dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
Richou committed Sep 18, 2023
1 parent e12563c commit c3d248c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-android-location-enabler",
"version": "2.0.0",
"version": "2.0.2",
"description": "Display a GoogleMap like android popup to ask for user to enable location services if disabled",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down Expand Up @@ -75,8 +75,8 @@
"@types/react": "17.0.21"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react": ">= 18.2.0",
"react-native": ">= 0.71.0"
},
"engines": {
"node": ">= 16.0.0"
Expand Down

0 comments on commit c3d248c

Please sign in to comment.