Skip to content

Commit fbebb8b

Browse files
Chnage passport-oauth2 dependency to peer
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".
1 parent 22aaab2 commit fbebb8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535
],
3636
"main": "./lib",
37-
"dependencies": {
37+
"peerDependencies": {
3838
"passport-oauth2": "1.x.x"
3939
},
4040
"devDependencies": {

0 commit comments

Comments
 (0)