Skip to content

Commit 21151d6

Browse files
Change axios peer dependency to be open-ended
1 parent 609ec03 commit 21151d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"email": "[email protected]"
55
},
66
"name": "axios-oauth-1.0a",
7-
"version": "0.3.4",
7+
"version": "0.3.5",
88
"description": "Easily add OAuth 1.0a signing to your axios client",
99
"sideEffects": false,
1010
"license": "MIT",
@@ -39,7 +39,7 @@
3939
"typescript": "4.4.4"
4040
},
4141
"peerDependencies": {
42-
"axios": "^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0"
42+
"axios": ">=0.21.0"
4343
},
4444
"dependencies": {
4545
"oauth-sign": "^0.9.0"

0 commit comments

Comments
 (0)