Skip to content

Commit 186f404

Browse files
committed
Add exports for oauth2 and form strategies
1 parent c4831aa commit 186f404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
"exports": {
2525
".": "./build/index.js",
2626
"./strategy": "./build/strategy.js",
27+
"./oauth2": "./build/strategies/oauth2.js",
28+
"./form": "./build/strategies/form.js",
2729
"./package.json": "./package.json"
2830
},
2931
"bugs": {

0 commit comments

Comments
 (0)