Skip to content

Commit

Permalink
feat: make library compatible with any version of axios or async-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanroon committed Dec 20, 2022
1 parent 292e498 commit e36b1f6
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
Expand Up @@ -28,8 +28,8 @@
"typescript": "^4.4.4"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.13.2",
"axios": "~0"
"@react-native-async-storage/async-storage": "*",
"axios": "*"
},
"dependencies": {
"jwt-decode": "^3.1.2"
Expand Down

0 comments on commit e36b1f6

Please sign in to comment.