Skip to content

Commit

Permalink
chore: accept any 0 version of axios
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanroon committed Oct 17, 2022
1 parent 9486940 commit 292e498
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-axios-jwt",
"version": "1.7.0",
"version": "1.7.1",
"description": "Axios interceptor to store, transmit, clear and automatically refresh tokens for authentication in a React Native environment",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "^1.13.2",
"axios": "^0.21.1"
"axios": "~0"
},
"dependencies": {
"jwt-decode": "^3.1.2"
Expand Down Expand Up @@ -59,4 +59,4 @@
"directories": {
"test": "tests"
}
}
}

0 comments on commit 292e498

Please sign in to comment.