We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4831aa commit 186f404Copy full SHA for 186f404
package.json
@@ -24,6 +24,8 @@
24
"exports": {
25
".": "./build/index.js",
26
"./strategy": "./build/strategy.js",
27
+ "./oauth2": "./build/strategies/oauth2.js",
28
+ "./form": "./build/strategies/form.js",
29
"./package.json": "./package.json"
30
},
31
"bugs": {
0 commit comments