Skip to content

Commit

Permalink
Chnage passport-oauth2 dependency to peer
Browse files Browse the repository at this point in the history
Workaround for jaredhanson/passport-google-oauth2#87 that would also affect this library via the same passport-oauth2 dependency and it's dependency on "oauth".
  • Loading branch information
paul-thompson-helix authored Dec 15, 2022
1 parent 22aaab2 commit fbebb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}
],
"main": "./lib",
"dependencies": {
"peerDependencies": {
"passport-oauth2": "1.x.x"
},
"devDependencies": {
Expand Down

0 comments on commit fbebb8b

Please sign in to comment.