Skip to content

Commit 6659efc

Browse files
Change passport-oauth2 dependency to peer
Workaround for jaredhanson#87
1 parent 6988284 commit 6659efc

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)