Skip to content

Commit

Permalink
Change dependency on oauth to peer and >=0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-thompson-helix authored Dec 15, 2022
1 parent 5fcd4c5 commit 0ef0f2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
"main": "./lib",
"dependencies": {
"base64url": "3.x.x",
"oauth": "0.9.x",
"passport-strategy": "1.x.x",
"uid2": "0.0.x",
"utils-merge": "1.x.x"
},
"peerDependencies": {
"oauth": ">=0.10.0",
}
"devDependencies": {
"make-node": "0.4.6",
"mocha": "2.x.x",
Expand Down

0 comments on commit 0ef0f2e

Please sign in to comment.